Skip to content

Commit

Permalink
Fixed configuration wizard editors height
Browse files Browse the repository at this point in the history
  • Loading branch information
wondie committed Mar 12, 2017
1 parent 6414b1e commit 6889359
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions ui/wizard/ui_lookup_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# Form implementation generated from reading ui file 'ui_lookup_value.ui'
#
# Created: Sun Mar 12 17:21:40 2017
# by: PyQt4 UI code generator 4.11.3
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

Expand All @@ -26,7 +25,7 @@ def _translate(context, text, disambig):
class Ui_LookupValue(object):
def setupUi(self, LookupValue):
LookupValue.setObjectName(_fromUtf8("LookupValue"))
LookupValue.resize(282, 144)
LookupValue.resize(282, 155)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Preferred)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
Expand Down
2 changes: 1 addition & 1 deletion ui/wizard/ui_lookup_value.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>282</width>
<height>144</height>
<height>155</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down
5 changes: 2 additions & 3 deletions ui/wizard/ui_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# Form implementation generated from reading ui file 'ui_profile.ui'
#
# Created: Sun Mar 12 17:18:14 2017
# by: PyQt4 UI code generator 4.11.3
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

Expand All @@ -26,7 +25,7 @@ def _translate(context, text, disambig):
class Ui_Profile(object):
def setupUi(self, Profile):
Profile.setObjectName(_fromUtf8("Profile"))
Profile.resize(329, 143)
Profile.resize(329, 153)
self.verticalLayout_2 = QtGui.QVBoxLayout(Profile)
self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
self.notif_bar = QtGui.QVBoxLayout()
Expand Down
2 changes: 1 addition & 1 deletion ui/wizard/ui_profile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>329</width>
<height>143</height>
<height>153</height>
</rect>
</property>
<property name="windowTitle">
Expand Down

0 comments on commit 6889359

Please sign in to comment.