[gtk/gtk-4-2: 26/91] nodeeditor: Make the help window wide enough




commit ff8f32bf1044a4c926cfcf4cf95fff837d5d211c
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Apr 10 11:42:58 2021 -0400

    nodeeditor: Make the help window wide enough
    
    Make the help window wide enough to show the
    tables without wrapping.

 demos/node-editor/help-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demos/node-editor/help-window.ui b/demos/node-editor/help-window.ui
index ad8f50c33e..b9cf6982f8 100644
--- a/demos/node-editor/help-window.ui
+++ b/demos/node-editor/help-window.ui
@@ -2,8 +2,8 @@
 <interface>
   <object class="GtkWindow" id="window">
     <property name="title" translatable="yes">Help</property>
-    <property name="default-width">720</property>
-    <property name="default-height">520</property>
+    <property name="default-width">920</property>
+    <property name="default-height">600</property>
     <child>
       <object class="GtkScrolledWindow">
         <child>


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