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
@@ -1,9 +1,3 @@
QGraphicsView, QGraphicsScene {
background-color: <color:graph/background>;
}
QToolTip {
background-color: #E0E0E0;
color: black;
font-size: <setting:font_size>pt;
}