Merge pull request #2781 from tresf/master

Fix style for Qt5 about dialog
This commit is contained in:
Umcaruje
2016-05-15 11:53:02 +02:00

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 {