Skip to content

Commit 0da075c

Browse files
committed
updated UI layouts
1 parent 73b3d7b commit 0da075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/app/ui/dialog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Ui_Dialog(object):
1212
def setupUi(self, Dialog):
1313
Dialog.setObjectName("Dialog")
14-
Dialog.resize(431, 123)
14+
Dialog.resize(431, 392)
1515
self.horizontalLayout = QtGui.QHBoxLayout(Dialog)
1616
self.horizontalLayout.setObjectName("horizontalLayout")
1717
self.logo_example = QtGui.QLabel(Dialog)

0 commit comments

Comments
 (0)