Skip to content

Commit adf6307

Browse files
committed
width
1 parent c8b9c25 commit adf6307

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/forms/ui_mainwindow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Ui_MainWindow(object):
1212
def setupUi(self, MainWindow):
1313
MainWindow.setObjectName("MainWindow")
14-
MainWindow.resize(800, 710)
14+
MainWindow.resize(900, 710)
1515
MainWindow.setMinimumSize(QtCore.QSize(800, 0))
1616
icon = QtGui.QIcon()
1717
icon.addPixmap(QtGui.QPixmap(":/icon/media/icon.ico"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
@@ -176,7 +176,7 @@ def setupUi(self, MainWindow):
176176
self.verticalLayout_2.addWidget(self.tabWidget)
177177
MainWindow.setCentralWidget(self.centralwidget)
178178
self.menubar = QtWidgets.QMenuBar(MainWindow)
179-
self.menubar.setGeometry(QtCore.QRect(0, 0, 800, 21))
179+
self.menubar.setGeometry(QtCore.QRect(0, 0, 900, 21))
180180
self.menubar.setObjectName("menubar")
181181
self.menuFile = QtWidgets.QMenu(self.menubar)
182182
self.menuFile.setObjectName("menuFile")

src/forms/ui_mainwindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<rect>
88
<x>0</x>
99
<y>0</y>
10-
<width>800</width>
10+
<width>900</width>
1111
<height>710</height>
1212
</rect>
1313
</property>
@@ -324,7 +324,7 @@
324324
<rect>
325325
<x>0</x>
326326
<y>0</y>
327-
<width>800</width>
327+
<width>900</width>
328328
<height>21</height>
329329
</rect>
330330
</property>

0 commit comments

Comments
 (0)