mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Increase min width to avoid clipping content
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user