summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_gui.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-07-03 13:22:12 -0700
committerLen Ovens <len@ovenwerks.net>2017-07-03 13:22:56 -0700
commitb11c64ea5b031964fef89fd14ee422044e48f3d8 (patch)
tree57c4aeedab8d1368300a2002d65d3c5174cf67ce /libs/surfaces/osc/osc_gui.h
parentb87bec3200b39ff75d9f6003a4c1b9402c64442b (diff)
OSC: GUI tweaking
Diffstat (limited to 'libs/surfaces/osc/osc_gui.h')
-rw-r--r--libs/surfaces/osc/osc_gui.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libs/surfaces/osc/osc_gui.h b/libs/surfaces/osc/osc_gui.h
index 567a1b7d2b..e66bd01b8a 100644
--- a/libs/surfaces/osc/osc_gui.h
+++ b/libs/surfaces/osc/osc_gui.h
@@ -43,10 +43,10 @@ private:
// settings page
Gtk::ComboBoxText debug_combo;
Gtk::ComboBoxText portmode_combo;
- Gtk::Entry port_entry;
- Gtk::Entry bank_entry;
- Gtk::Entry send_page_entry;
- Gtk::Entry plugin_page_entry;
+ Gtk::SpinButton port_entry;
+ Gtk::SpinButton bank_entry;
+ Gtk::SpinButton send_page_entry;
+ Gtk::SpinButton plugin_page_entry;
Gtk::ComboBoxText gainmode_combo;
Gtk::ComboBoxText preset_combo;
std::vector<std::string> preset_options;
@@ -129,7 +129,6 @@ OSC::get_gui () const
if (!gui) {
const_cast<OSC*>(this)->build_gui ();
}
- //static_cast<Gtk::VBox*>(gui)->show_all();
static_cast<Gtk::Notebook*>(gui)->show_all();
return gui;
}