summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-20 22:40:05 +0100
committerRobin Gareus <robin@gareus.org>2015-03-20 22:40:47 +0100
commit6981e0495df8dba132025800710677ae07881930 (patch)
tree89ca3db0c10186673ff2325554800cb2c524fbce /gtk2_ardour/theme_manager.cc
parentd682ced80fc93eecba2a580ec63782cd5cfc8327 (diff)
disable light theme until it gets fixed
(or at most past the 4.0 release tag)
Diffstat (limited to 'gtk2_ardour/theme_manager.cc')
-rw-r--r--gtk2_ardour/theme_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/theme_manager.cc b/gtk2_ardour/theme_manager.cc
index 6a557399db..1af708e524 100644
--- a/gtk2_ardour/theme_manager.cc
+++ b/gtk2_ardour/theme_manager.cc
@@ -112,7 +112,9 @@ ThemeManager::ThemeManager()
theme_selection_hbox.pack_start (light_button);
set_homogeneous (false);
+#if 0 // disable light/dark theme choice. until the 'light theme gets some attention.
pack_start (theme_selection_hbox, PACK_SHRINK);
+#endif
pack_start (reset_button, PACK_SHRINK);
#ifndef __APPLE__
pack_start (all_dialogs, PACK_SHRINK);