diff --git a/src/main_window/window.blp b/src/main_window/window.blp index 788edc9..7774db0 100644 --- a/src/main_window/window.blp +++ b/src/main_window/window.blp @@ -5,8 +5,6 @@ template $WarehouseWindow: Adw.ApplicationWindow { title: "Warehouse"; default-width: 921; default-height: 450; - width-request: 403; - height-request: 260; Adw.Breakpoint main_breakpoint { condition ("min-width: 865") setters { diff --git a/src/snapshot_page/new_snapshot_dialog.blp b/src/snapshot_page/new_snapshot_dialog.blp index 763284e..31f0eb5 100644 --- a/src/snapshot_page/new_snapshot_dialog.blp +++ b/src/snapshot_page/new_snapshot_dialog.blp @@ -3,7 +3,6 @@ using Adw 1; template $NewSnapshotDialog : Adw.Dialog { follows-content-size: true; - width-request: 400; Adw.ToastOverlay toast_overlay { Adw.NavigationPage nav_page { title: "No Title Set";