Fix style for Qt5 about dialog

Per #2611
This commit is contained in:
tresf
2016-05-15 02:10:53 -04:00
parent 207f4db52b
commit 37f57c2ba7

View File

@@ -344,6 +344,11 @@ AutomatableSlider::handle:vertical {
margin: -4px -12px -2px;
}
/* about dialog */
QTabWidget, QTabWidget QWidget {
background: #5b6571;
}
/* window that shows up when you add effects */
EffectSelectDialog QScrollArea {