diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/machina.ui | 18 |
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"> |