mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 14:32:17 +00:00
update tooltip style
This commit is contained in:
parent
21a3230ab7
commit
cdb81ee915
@ -100,6 +100,8 @@ void setDarkMode(QApplication &app)
|
|||||||
palette.setColor(QPalette::WindowText, QColor(210, 210, 210));
|
palette.setColor(QPalette::WindowText, QColor(210, 210, 210));
|
||||||
|
|
||||||
app.setPalette(palette);
|
app.setPalette(palette);
|
||||||
|
|
||||||
|
app.setStyleSheet("QToolTip {color: rgb(210, 210, 210); background-color: rgba(20, 20, 20); border: 1px solid rgb(106, 95, 219); padding: 4px}");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Declare meta types used for QMetaObject::invokeMethod
|
// Declare meta types used for QMetaObject::invokeMethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user