[gnome-logs] gl-window: Set default-{width,height}



commit aeb206a862d2e4126f7cd13d33fa7dccb8f2ae14
Author: Guido Günther <agx sigxcpu org>
Date:   Tue Jul 27 11:35:09 2021 +0200

    gl-window: Set default-{width,height}
    
    Instead of limiting the minimal size rather make those values the
    default so the window can shring to smaller sizes on e.g. phones.

 data/gl-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gl-window.ui b/data/gl-window.ui
index e2e03a6..c9a3c3d 100644
--- a/data/gl-window.ui
+++ b/data/gl-window.ui
@@ -1,7 +1,7 @@
 <interface domain="gnome-logs">
     <template class="GlWindow" parent="HdyApplicationWindow">
-        <property name="height-request">780</property>
-        <property name="width-request">1200</property>
+        <property name="default-width">1200</property>
+        <property name="default-height">600</property>
         <signal name="key-press-event" handler="on_gl_window_key_press_event"/>
         <child>
             <object class="GtkBox" id="event_box">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]