Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/window.ui
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-08 18:10:39 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-08 18:13:41 +0100
commit138543d4b3a9c1543bf54b55149d648edb8c4bf2 (patch)
tree226e21d8ee03e40c7a58df0bc59dae13f6a560c8 /src/window.ui
parentec8822c913652cad2b8ed31bd6bb513c641c3d11 (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.ui4
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>