added basic channel and fixed moving splits

This commit is contained in:
fourtf
2017-01-01 13:07:36 +01:00
parent 8b8b9706b3
commit a290f88685
8 changed files with 129 additions and 42 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ void ColorScheme::setColors(float hue, float multiplyer)
DropPreviewBackground = getColor(hue, 0.5, 0.5, 0.3);
TextCaret = IsLightTheme ? QColor(0, 0, 0) : QColor(255, 255, 255);
Text = TextCaret = IsLightTheme ? QColor(0, 0, 0) : QColor(255, 255, 255);
// tab
TabPanelBackground = QColor(255, 255, 255);