[gnome-boxes/welcome-tutorial-fixups: 1/6] welcome-tutorial: Prevent dialog from resizing



commit acd10eff394f27e611ef1bd39e407b84ff5b98cb
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Jan 15 16:16:05 2020 +0100

    welcome-tutorial: Prevent dialog from resizing
    
    Fixes #282

 data/ui/welcome-tutorial.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/welcome-tutorial.ui b/data/ui/welcome-tutorial.ui
index 6c095ec5..1cb9f15b 100644
--- a/data/ui/welcome-tutorial.ui
+++ b/data/ui/welcome-tutorial.ui
@@ -2,6 +2,7 @@
 <interface>
   <template class="BoxesWelcomeTutorial" parent="GtkDialog">
     <property name="modal">True</property>
+    <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>


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