feat: 改变窗口大小

This commit is contained in:
iridiumR 2023-06-04 14:10:51 +08:00
parent cb194bc5ab
commit 917e08cb8a
No known key found for this signature in database
GPG key ID: 49735733EB1A32C8

View file

@ -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)