[gnome-boxes/welcome-tutorial-fixups: 2/6] welcome-tutorial: Request an arbitrary size for the dialog window



commit 3d5a4b05fb5c9b501a1fb768ea665994f208a9d2
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Jan 15 16:22:27 2020 +0100

    welcome-tutorial: Request an arbitrary size for the dialog window

 data/ui/welcome-tutorial.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/welcome-tutorial.ui b/data/ui/welcome-tutorial.ui
index 1cb9f15b..5021ef0f 100644
--- a/data/ui/welcome-tutorial.ui
+++ b/data/ui/welcome-tutorial.ui
@@ -5,7 +5,8 @@
     <property name="resizable">False</property>
     <property name="type-hint">dialog</property>
     <property name="title" translatable="yes">Welcome Tutorial</property>
-    <property name="height-request">420</property>
+    <property name="height-request">600</property>
+    <property name="width-request">710</property>
     <signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
 
     <child internal-child="vbox">


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