summaryrefslogtreecommitdiff
path: root/gtk2_ardour/color_theme_manager.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-28 16:51:24 +0100
committerRobin Gareus <robin@gareus.org>2016-12-28 22:19:37 +0100
commit9b9cb4beaade6b3349d543d3490da7cd6add6154 (patch)
treeeaeeb697dc2985cae633870979e003136531ab89 /gtk2_ardour/color_theme_manager.h
parentd49b141e116d1201ec6902052ba0c0256a8472af (diff)
Pack Color Theme Manager as Box - consistent spacing
Diffstat (limited to 'gtk2_ardour/color_theme_manager.h')
-rw-r--r--gtk2_ardour/color_theme_manager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/color_theme_manager.h b/gtk2_ardour/color_theme_manager.h
index 85759392e0..7673410fd1 100644
--- a/gtk2_ardour/color_theme_manager.h
+++ b/gtk2_ardour/color_theme_manager.h
@@ -39,7 +39,7 @@ namespace ArdourCanvas {
class ArdourDialog;
-class ColorThemeManager : public Gtk::VBox, public OptionEditorComponent
+class ColorThemeManager : public OptionEditorBox
{
public:
ColorThemeManager();
@@ -56,9 +56,6 @@ class ColorThemeManager : public Gtk::VBox, public OptionEditorComponent
/** Called to instruct the object to set its UI state from the configuration */
void set_state_from_config ();
- /** Called to instruct the object to add itself to an OptionEditorPage */
- void add_to_page (OptionEditorPage *);
-
void set_note (std::string const &);
Gtk::Widget& tip_widget();