Skip to content

Commit

Permalink
Changed Height based on #468 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
strabzounly authored Jun 13, 2022
1 parent 1b529a3 commit 31e8a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _translate(context, text, disambig):
class Ui_DlgOptions(object):
def setupUi(self, DlgOptions):
DlgOptions.setObjectName(_fromUtf8("DlgOptions"))
DlgOptions.resize(626, 525)
DlgOptions.resize(626, 535)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
Expand Down

0 comments on commit 31e8a4d

Please sign in to comment.