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