From 5140bb2ca5ccd532d74a48c4c36d5c28866458cb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Dec 2006 01:19:46 +0000 Subject: GUI tweaks. git-svn-id: http://svn.drobilla.net/lad/ingen@219 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/NodeMenu.cpp | 12 +++--- src/progs/ingenuity/ingenuity.glade | 79 ++++++++++++++++--------------------- 2 files changed, 40 insertions(+), 51 deletions(-) (limited to 'src/progs') diff --git a/src/progs/ingenuity/NodeMenu.cpp b/src/progs/ingenuity/NodeMenu.cpp index e559dc3d..7811e3de 100644 --- a/src/progs/ingenuity/NodeMenu.cpp +++ b/src/progs/ingenuity/NodeMenu.cpp @@ -39,11 +39,6 @@ NodeMenu::NodeMenu(SharedPtr node) node)); _controls_menuitem = controls_elem.get_child(); items().push_back(controls_elem); - - items().push_back(Gtk::Menu_Helpers::MenuElem("Properties", - sigc::bind( - sigc::mem_fun(app.window_factory(), &WindowFactory::present_properties), - node))); items().push_back(Gtk::Menu_Helpers::SeparatorElem()); @@ -73,6 +68,13 @@ NodeMenu::NodeMenu(SharedPtr node) sigc::mem_fun(this, &NodeMenu::on_menu_learn))); } */ + + items().push_back(Gtk::Menu_Helpers::SeparatorElem()); + + items().push_back(Gtk::Menu_Helpers::MenuElem("Properties", + sigc::bind( + sigc::mem_fun(app.window_factory(), &WindowFactory::present_properties), + node))); //model->new_port_sig.connect(sigc::mem_fun(this, &NodeMenu::add_port)); //model->destroyed_sig.connect(sigc::mem_fun(this, &NodeMenu::destroy)); diff --git a/src/progs/ingenuity/ingenuity.glade b/src/progs/ingenuity/ingenuity.glade index edfb60dd..b271f63a 100644 --- a/src/progs/ingenuity/ingenuity.glade +++ b/src/progs/ingenuity/ingenuity.glade @@ -1829,25 +1829,31 @@ False - + True - Enable DSP processing - - True - gtk-execute True True False - True + + + + True + GTK_SHADOW_NONE + + + + + + False - True + False - + True True True @@ -1859,6 +1865,24 @@ + + + True + Enable DSP processing + + True + gtk-execute + True + True + False + True + + + False + True + + + True @@ -2020,7 +2044,7 @@ True - Fit patch in window + Fit patch to window True gtk-zoom-fit @@ -2033,43 +2057,6 @@ True - - - - True - True - True - True - - - False - False - - - - - - True - True - True - False - - - - True - GTK_SHADOW_NONE - - - - - - - - - False - False - - 0 -- cgit v1.2.1