Skip to content

Commit 90ce59c

Browse files
committed
[processing] parameter dialogs are now larger
1 parent d424841 commit 90ce59c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/plugins/processing/ui/DlgAlgorithmBase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>578</width>
10-
<height>406</height>
9+
<width>745</width>
10+
<height>525</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">

python/plugins/processing/ui/ui_DlgAlgorithmBase.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)