Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] parameter dialogs are now larger
  • Loading branch information
volaya committed May 7, 2015
1 parent d424841 commit 90ce59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/ui/DlgAlgorithmBase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>578</width>
<height>406</height>
<width>745</width>
<height>525</height>
</rect>
</property>
<property name="windowTitle">
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/processing/ui/ui_DlgAlgorithmBase.py
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'DlgAlgorithmBase.ui'
#
# Created: Fri Nov 21 13:25:46 2014
# Created: Thu May 07 13:11:10 2015
# by: PyQt4 UI code generator 4.11.1
#
# WARNING! All changes made in this file will be lost!
Expand All @@ -26,7 +26,7 @@ def _translate(context, text, disambig):
class Ui_Dialog(object):
def setupUi(self, Dialog):
Dialog.setObjectName(_fromUtf8("Dialog"))
Dialog.resize(578, 406)
Dialog.resize(745, 525)
self.verticalLayout = QtGui.QVBoxLayout(Dialog)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.tabWidget = QtGui.QTabWidget(Dialog)
Expand Down

0 comments on commit 90ce59c

Please sign in to comment.