summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-09 00:50:41 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-09 00:50:41 -0400
commitf44e0f33af005f2ad4b34b2d282dcb92fe091ead (patch)
treecaab8cff54dc595e408b54e05e352a1cf307b836 /gtk2_ardour/engine_dialog.h
parent743bb5066e2d19b8dadb21d1138b8f54f16503bf (diff)
a few more visual tweaks and simplifications for audio/midi setup
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 928b084b73..333ec27f33 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -26,7 +26,6 @@
#include <gtkmm/checkbutton.h>
#include <gtkmm/spinbutton.h>
-#include <gtkmm/notebook.h>
#include <gtkmm/comboboxtext.h>
#include <gtkmm/table.h>
#include <gtkmm/expander.h>
@@ -47,6 +46,8 @@ class EngineControl : public Gtk::VBox {
void set_state (const XMLNode&);
private:
+ Gtk::Notebook notebook;
+
/* core fields used by all backends */
Gtk::ComboBoxText backend_combo;
@@ -88,12 +89,9 @@ class EngineControl : public Gtk::VBox {
Gtk::ComboBoxText midi_driver_combo;
Gtk::Table basic_packer;
- Gtk::Table options_packer;
- Gtk::Table device_packer;
+ Gtk::Table midi_packer;
Gtk::HBox basic_hbox;
- Gtk::HBox options_hbox;
- Gtk::HBox device_hbox;
- Gtk::Notebook notebook;
+ Gtk::HBox midi_hbox;
sigc::connection sr_connection;