1
Fork 0
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:
Joshua Goins 2023-07-31 18:57:00 -04:00
parent ec1724bb8b
commit c86fddc035

View file

@ -15,6 +15,10 @@ Kirigami.ApplicationWindow {
width: 1280
height: 720
minimumWidth: 800
minimumHeight: 500
visible: true
title: LauncherCore.isSteam ? "Astra (Steam)" : "Astra"