Skip to content

Commit

Permalink
more GUI adjustments...
Browse files Browse the repository at this point in the history
  • Loading branch information
g3tsyst3m committed May 27, 2016
1 parent 2c2182f commit 31d8046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadBriarMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _translate(context, text, disambig):
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName(_fromUtf8("Form"))
Form.resize(480, 478)
Form.resize(520, 478)
Form.setMinimumSize(QtCore.QSize(350, 400))
self.gridLayout = QtGui.QGridLayout(Form)
self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
Expand Down

0 comments on commit 31d8046

Please sign in to comment.