ui: Moved color scheme selection to preferences

* removed 'Switch Color Scheme' action from View menu
* added dropdown with all fetched color schemes to preferences

bug id = 114
This commit is contained in:
Eberhard Graether
2016-07-20 17:27:53 +02:00
parent 6e9a6f9a8d
commit b2cb95de1b
11 changed files with 92 additions and 55 deletions
-1
View File
@@ -123,7 +123,6 @@ public slots:
void zoomIn();
void zoomOut();
void resetZoom();
void switchColorScheme();
void toggleView(View* view, bool fromMenu);