[gnome-maps/wip/mlundblad/initial-adaptive: 1/3] mainWindow: Increase default width set in template




commit c21ea6619eb8148ab5be692e817bcff0d9f81c91
Author: Marcus Lundblad <ml dfupdate se>
Date:   Sun Oct 2 09:42:47 2022 +0200

    mainWindow: Increase default width set in template
    
    Increase width and height request set in the widget template
    to 768×600 (this was previously set as a gschema value anyway).

 data/ui/main-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/main-window.ui b/data/ui/main-window.ui
index 33bea934..5a0dbbf8 100644
--- a/data/ui/main-window.ui
+++ b/data/ui/main-window.ui
@@ -24,8 +24,8 @@
     </section>
   </menu>
   <template class="Gjs_MainWindow" parent="GtkApplicationWindow">
-    <property name="width-request">300</property>
-    <property name="height-request">500</property>
+    <property name="width-request">600</property>
+    <property name="height-request">768</property>
     <property name="title" translatable="1">Maps</property>
     <child type="titlebar">
       <object class="GtkHeaderBar" id="headerBar">


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