[gedit] filebrowser: Fix the size of the buttons in the toolbar



commit 33cf9dcbbe6ddd46fbed39af74fbe8d3c656606a
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Fri Jan 17 00:47:09 2014 +0200

    filebrowser: Fix the size of the buttons in the toolbar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722268

 plugins/filebrowser/gedit-file-browser-widget.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/plugins/filebrowser/gedit-file-browser-widget.ui 
b/plugins/filebrowser/gedit-file-browser-widget.ui
index 82d2c28..7ad6500 100644
--- a/plugins/filebrowser/gedit-file-browser-widget.ui
+++ b/plugins/filebrowser/gedit-file-browser-widget.ui
@@ -227,4 +227,12 @@
       </packing>
     </child>
   </template>
+  <object class="GtkSizeGroup" id="toolbar_size_group">
+      <property name="mode">vertical</property>
+      <widgets>
+        <widget name="toolbutton1"/>
+        <widget name="toolbutton2"/>
+        <widget name="toolbutton3"/>
+      </widgets>
+  </object>
 </interface>


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