Change toolbar style such that only icons are displayed and no labels.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 6 Oct 2013 16:52:43 +0000 (18:52 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 6 Oct 2013 16:52:43 +0000 (18:52 +0200)
The labels occupy too much horizontal space.

src/ui/gui/data-editor.ui

index dd7ddb6901d804e386406aa5bf16bcd0a0af8104..57bb3f779548c8577c6089492608d4f606d1824a 100644 (file)
     <child>
       <object class="GtkToolbar" constructor="uimanager1" id="toolbar">
         <property name="visible">True</property>
+        <property name="toolbar-style">GTK_TOOLBAR_ICONS</property>
       </object>
     </child>
   </object>