Increase min width to avoid clipping content

This commit is contained in:
Heliguy
2024-09-27 21:17:34 -04:00
parent 8e68adfc9b
commit 7de63a5cc2

View File

@@ -5,7 +5,7 @@ template $WarehouseWindow: Adw.ApplicationWindow {
title: "Warehouse";
// default-width: 240;
default-width: 865;
width-request: 400;
width-request: 403;
height-request: 260;
Adw.Breakpoint main_breakpoint {
condition ("min-width: 865")