refactor: Define tooltip style in single css file and pass it to QApplication

This commit is contained in:
Eberhard Graether
2015-12-17 13:45:02 +01:00
parent b107fd2655
commit 32cc49b0fd
8 changed files with 4 additions and 37 deletions
@@ -27,9 +27,3 @@ QPushButton:pressed {
border-bottom-right-radius: 12px;
border-top-right-radius: 12px;
}
QToolTip {
background-color: #E0E0E0;
color: black;
font-size: <setting:font_size>pt;
}