This commit is contained in:
Kovid Goyal
2023-04-02 19:56:38 +05:30
parent 3d2ef6486b
commit f7304bd691
+1 -1
View File
@@ -379,7 +379,7 @@ class PaletteManager(QObject):
ss += '''
QTabBar::tab:selected {
background-color: palette(base);
border: 2px solid gray;
border: 1px solid gray;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-width: 0;