mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 20:47:45 +00:00
Set default window height to 800
This commit is contained in:
parent
dde85bbccf
commit
01969ef6da
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Kirigami.ApplicationWindow {
|
|||
id: appWindow
|
||||
|
||||
width: 1280
|
||||
height: 720
|
||||
height: 800
|
||||
|
||||
minimumWidth: 800
|
||||
minimumHeight: 500
|
||||
|
|
Loading…
Add table
Reference in a new issue