changed scrollbar bg

This commit is contained in:
fourtf
2018-06-05 00:14:20 +02:00
parent 4b52a98778
commit 10b0466052
3 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -183,8 +183,9 @@ void ThemeManager::actuallyUpdate(double hue, double multiplier)
// this->messages.seperatorInner =
// Scrollbar
this->scrollbars.background = splits.background;
this->scrollbars.background.setAlphaF(qreal(0.2));
this->scrollbars.background = QColor(0, 0, 0, 0);
// this->scrollbars.background = splits.background;
// this->scrollbars.background.setAlphaF(qreal(0.2));
this->scrollbars.thumb = getColor(0, sat, 0.80);
this->scrollbars.thumbSelected = getColor(0, sat, 0.7);