Reduce default size of main window

The main window is sort of excessively large right now. This commit
reduces it to a more reasonable size.
master
Nate Graham 2021-12-09 20:18:07 -07:00
parent 94d3eb3c13
commit e8c2d5c2cf
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ import Keysmith.Application 1.0 as Application
Kirigami.ApplicationWindow {
id: root
width: Kirigami.Units.gridUnit * 28
height: Kirigami.Units.gridUnit * 28
Kirigami.PageRouter {
id: router
initialRoute: "__init__"