feat: 改变窗口大小
This commit is contained in:
parent
cb194bc5ab
commit
917e08cb8a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from ._stat import StatTab
|
||||||
def initUI(self):
|
def initUI(self):
|
||||||
|
|
||||||
self.setWindowTitle('budget')
|
self.setWindowTitle('budget')
|
||||||
self.setMinimumSize(800, 400)
|
self.setMinimumSize(800, 600)
|
||||||
|
|
||||||
self.pg = PostgresTab()
|
self.pg = PostgresTab()
|
||||||
self.categoryTab = CategoryTab(self)
|
self.categoryTab = CategoryTab(self)
|
||||||
|
|
Loading…
Reference in a new issue