mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Set minimum window width and height
This commit is contained in:
parent
ec1724bb8b
commit
c86fddc035
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ Kirigami.ApplicationWindow {
|
||||||
|
|
||||||
width: 1280
|
width: 1280
|
||||||
height: 720
|
height: 720
|
||||||
|
|
||||||
|
minimumWidth: 800
|
||||||
|
minimumHeight: 500
|
||||||
|
|
||||||
visible: true
|
visible: true
|
||||||
title: LauncherCore.isSteam ? "Astra (Steam)" : "Astra"
|
title: LauncherCore.isSteam ? "Astra (Steam)" : "Astra"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue