[gnome-tweak-tool] Make window resizable for long option labels



commit 00e13e69ed6ac5200f74579bfb7adc11931e7896
Author: Robin Stocker <robin nibor org>
Date:   Sat Jul 13 14:30:37 2013 +0200

    Make window resizable for long option labels
    
    The "Typing" section has long labels (depending on the language), so
    make the window resizable to be able to see the full text.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704149

 data/shell.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/shell.ui b/data/shell.ui
index cac8492..5699a95 100644
--- a/data/shell.ui
+++ b/data/shell.ui
@@ -4,7 +4,7 @@
   <object class="GtkWindow" id="main_window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Tweak Tool</property>
-    <property name="resizable">False</property>
+    <property name="resizable">True</property>
     <property name="icon_name">preferences-desktop</property>
     <child>
       <object class="GtkVBox" id="vbox1">


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