ui: fixed tooltips were not resizing if app font size was changed on windows

This commit is contained in:
mlangkabel
2019-03-11 18:01:16 +01:00
parent 65f9bdb976
commit b6031fdb3a
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -1,7 +1,6 @@
QToolTip {
background-color: #E0E0E0;
color: black;
font-size: <setting:font_size>px;
}
QPushButton {