Skip to content

Commit

Permalink
updated UI layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
manneohrstrom committed Dec 12, 2013
1 parent 73b3d7b commit 0da075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/app/ui/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Ui_Dialog(object):
def setupUi(self, Dialog):
Dialog.setObjectName("Dialog")
Dialog.resize(431, 123)
Dialog.resize(431, 392)
self.horizontalLayout = QtGui.QHBoxLayout(Dialog)
self.horizontalLayout.setObjectName("horizontalLayout")
self.logo_example = QtGui.QLabel(Dialog)
Expand Down

0 comments on commit 0da075c

Please sign in to comment.