diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-10-08 18:10:39 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-10-08 18:13:41 +0100 |
commit | 138543d4b3a9c1543bf54b55149d648edb8c4bf2 (patch) | |
tree | 226e21d8ee03e40c7a58df0bc59dae13f6a560c8 /src/window.ui | |
parent | ec8822c913652cad2b8ed31bd6bb513c641c3d11 (diff) |
Update requested width+height to be more friendly with mobile linux
Also fix rendering error with messages at low window widths.
Co-authored-by: Peter <peter@linmob.net>
Diffstat (limited to 'src/window.ui')
-rw-r--r-- | src/window.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.ui b/src/window.ui index 8aca68c..58f26b4 100644 --- a/src/window.ui +++ b/src/window.ui @@ -24,8 +24,8 @@ <property name="title" translatable="yes">Weegtk</property> <property name="default_width">800</property> <property name="default_height">576</property> - <property name="width-request">400</property> - <property name="height-request">500</property> + <property name="width-request">360</property> + <property name="height-request">294</property> <child> <object class="AdwBreakpoint"> <condition>max-width: 560</condition> |