From 7de63a5cc223b219629324473f5b3bcd0c6de869 Mon Sep 17 00:00:00 2001 From: Heliguy Date: Fri, 27 Sep 2024 21:17:34 -0400 Subject: [PATCH] Increase min width to avoid clipping content --- src/main_window/window.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_window/window.blp b/src/main_window/window.blp index 277d4d7..2840f17 100644 --- a/src/main_window/window.blp +++ b/src/main_window/window.blp @@ -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")