mirror of https://github.com/EspoTek/Labrador.git
removed accidental depend on Qt 5.12
This commit is contained in:
parent
19454671e2
commit
38822a83a7
|
@ -2534,7 +2534,7 @@ void MainWindow::setDarkMode(bool dark)
|
|||
newPalette.setColor(QPalette::WindowText, QColor(212, 212, 212));
|
||||
newPalette.setColor(QPalette::Base, QColor( 60, 60, 60));
|
||||
newPalette.setColor(QPalette::AlternateBase, QColor( 45, 45, 45));
|
||||
newPalette.setColor(QPalette::PlaceholderText, QColor(127, 127, 127));
|
||||
//newPalette.setColor(QPalette::PlaceholderText, QColor(127, 127, 127));
|
||||
newPalette.setColor(QPalette::Text, QColor(212, 212, 212));
|
||||
newPalette.setColor(QPalette::Button, QColor( 45, 45, 45));
|
||||
newPalette.setColor(QPalette::ButtonText, QColor(212, 212, 212));
|
||||
|
|
Loading…
Reference in New Issue