mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Set a better default window size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user