ui: fixed Linux issues

* no outline style for push buttons
* show error when not using Sourcetrail.sh script in console instead of message box, which won't load
This commit is contained in:
Eberhard Graether
2018-01-12 15:12:14 +01:00
parent 3edb759f0f
commit 05ff92fdea
3 changed files with 11 additions and 8 deletions
+4
View File
@@ -4,6 +4,10 @@ QToolTip {
font-size: <setting:font_size>px;
}
QPushButton {
outline: none;
}
QMainWindow::separator {
background: <color:window/separator>;
width: 1px;