mirror of
https://github.com/ciromattia/kcc
synced 2026-06-08 23:50:32 +00:00
GUI tweaks
This commit is contained in:
+1
-1
@@ -1070,7 +1070,7 @@ class KCCGUI(KCC_ui.Ui_KCC):
|
||||
elif sys.platform.startswith('linux'):
|
||||
self.listFontSize = 8
|
||||
self.statusBarFontSize = 8
|
||||
self.statusBarStyle = 'QLabel{padding-top:5px;padding-bottom:3px;}'
|
||||
self.statusBarStyle = 'QLabel{padding-top:3px;padding-bottom:3px;}'
|
||||
self.statusBar.setStyleSheet('QStatusBar::item{border:0px;border-top:2px solid #C2C7CB;}')
|
||||
else:
|
||||
self.listFontSize = 9
|
||||
|
||||
Reference in New Issue
Block a user