This commit is contained in:
Kovid Goyal 2023-04-02 19:56:38 +05:30
parent 3d2ef6486b
commit f7304bd691
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -379,7 +379,7 @@ class PaletteManager(QObject):
ss += ''' ss += '''
QTabBar::tab:selected { QTabBar::tab:selected {
background-color: palette(base); background-color: palette(base);
border: 2px solid gray; border: 1px solid gray;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-width: 0; border-bottom-width: 0;