Reduce minimum window width

This commit is contained in:
heliguy4599
2024-10-26 15:31:06 -04:00
parent a34460173c
commit 1cd46453ca
2 changed files with 0 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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";