aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 18:14:32 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 18:14:32 +0000
commit9c146cabc8bb9fe63c07a6ce1b72c7410af229c4 (patch)
treed81e256405ad2ba5874282b9246aecfbbad92287 /src/gui
parent9b5da6b16fb7dacada67db377beaa46a61fe0c22 (diff)
downloadmachina-9c146cabc8bb9fe63c07a6ce1b72c7410af229c4.tar.gz
machina-9c146cabc8bb9fe63c07a6ce1b72c7410af229c4.tar.bz2
machina-9c146cabc8bb9fe63c07a6ce1b72c7410af229c4.zip
Fix invalid toolbar icon size.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4961 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/machina.ui18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/gui/machina.ui b/src/gui/machina.ui
index bb1b711..88c1c0b 100644
--- a/src/gui/machina.ui
+++ b/src/gui/machina.ui
@@ -2,6 +2,13 @@
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
+ <object class="GtkAdjustment" id="bpm_adjustment">
+ <property name="lower">1</property>
+ <property name="upper">480</property>
+ <property name="value">120</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
<object class="GtkRadioAction" id="record_action">
<property name="stock_id">gtk-media-record</property>
<property name="draw_as_radio">True</property>
@@ -59,13 +66,6 @@ along with Machina; if not, write to the Free Software Foundation, Inc.,
</object>
</child>
</object>
- <object class="GtkAdjustment" id="bpm_adjustment">
- <property name="lower">1</property>
- <property name="upper">480</property>
- <property name="value">120</property>
- <property name="step_increment">1</property>
- <property name="page_increment">10</property>
- </object>
<object class="GtkDialog" id="help_dialog">
<property name="can_focus">False</property>
<property name="border_width">8</property>
@@ -373,6 +373,8 @@ press stop or play and the new nodes will be added to the machine.
<property name="can_focus">False</property>
<property name="toolbar_style">icons</property>
<property name="show_arrow">False</property>
+ <property name="icon_size">2</property>
+ <property name="icon_size_set">True</property>
<child>
<object class="GtkToggleToolButton" id="stop_but">
<property name="related_action">stop_action</property>
@@ -631,7 +633,7 @@ press stop or play and the new nodes will be added to the machine.
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="toolbar_style">icons</property>
<property name="show_arrow">False</property>
- <property name="icon_size">0</property>
+ <property name="icon_size">2</property>
<property name="icon_size_set">True</property>
<child>
<object class="GtkSeparatorToolItem" id="toolbutton7">