aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/machina.ui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 18:50:31 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 18:50:31 +0000
commitb73a80441f0ddd09654a6d4cc337d11f51d0e1c1 (patch)
tree6db55f8282c1de80b761725f23ae971d4a38d0b8 /src/gui/machina.ui
parent29cf3519e62daebb6a28b689a706104efbb26cb4 (diff)
downloadmachina-b73a80441f0ddd09654a6d4cc337d11f51d0e1c1.tar.gz
machina-b73a80441f0ddd09654a6d4cc337d11f51d0e1c1.tar.bz2
machina-b73a80441f0ddd09654a6d4cc337d11f51d0e1c1.zip
Move arrange to menu.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4964 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/machina.ui')
-rw-r--r--src/gui/machina.ui32
1 files changed, 18 insertions, 14 deletions
diff --git a/src/gui/machina.ui b/src/gui/machina.ui
index ccf85ad..eeea2f4 100644
--- a/src/gui/machina.ui
+++ b/src/gui/machina.ui
@@ -247,7 +247,7 @@ press stop or play and the new nodes will be added to the machine.
<property name="can_focus">False</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
- <accelerator key="G" signal="activate" modifiers="GDK_CONTROL_MASK"/>
+ <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
<signal name="activate" handler="on_export_graphviz_menuitem_activate" swapped="no"/>
</object>
</child>
@@ -305,6 +305,23 @@ press stop or play and the new nodes will be added to the machine.
<signal name="activate" handler="on_toolbar2_activate" swapped="no"/>
</object>
</child>
+ <child>
+ <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkMenuItem" id="arrange_menuitem">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Arrange</property>
+ <property name="use_underline">True</property>
+ <accelerator key="g" signal="activate" modifiers="GDK_CONTROL_MASK"/>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -597,19 +614,6 @@ press stop or play and the new nodes will be added to the machine.
</packing>
</child>
<child>
- <object class="GtkToolButton" id="arrange_but">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Arrange canvas</property>
- <property name="stock_id">gtk-refresh</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
<object class="GtkSeparatorToolItem" id="separatortoolitem5">
<property name="visible">True</property>
<property name="can_focus">False</property>