Skip to content

Commit

Permalink
[processing] parameter dialogs are now larger
Browse files Browse the repository at this point in the history
  • 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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>578</width> <width>745</width>
<height>406</height> <height>525</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/processing/ui/ui_DlgAlgorithmBase.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Form implementation generated from reading ui file 'DlgAlgorithmBase.ui' # 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 # by: PyQt4 UI code generator 4.11.1
# #
# WARNING! All changes made in this file will be lost! # 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): class Ui_Dialog(object):
def setupUi(self, Dialog): def setupUi(self, Dialog):
Dialog.setObjectName(_fromUtf8("Dialog")) Dialog.setObjectName(_fromUtf8("Dialog"))
Dialog.resize(578, 406) Dialog.resize(745, 525)
self.verticalLayout = QtGui.QVBoxLayout(Dialog) self.verticalLayout = QtGui.QVBoxLayout(Dialog)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.tabWidget = QtGui.QTabWidget(Dialog) self.tabWidget = QtGui.QTabWidget(Dialog)
Expand Down

0 comments on commit 90ce59c

Please sign in to comment.