Set a better default window size

This commit is contained in:
heliguy4599
2024-10-25 16:30:49 -04:00
parent 8232e260fb
commit df60eef9c5

View File

@@ -3,7 +3,7 @@ using Adw 1;
template $WarehouseWindow: Adw.ApplicationWindow {
title: "Warehouse";
default-width: 875;
default-width: 921;
default-height: 450;
width-request: 403;
height-request: 260;