From f7304bd69132224389c1ef49dfde01b7b44e2abb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Apr 2023 19:56:38 +0530 Subject: [PATCH] ... --- src/calibre/gui2/palette.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/palette.py b/src/calibre/gui2/palette.py index 8f646e532f..b3d40bac79 100644 --- a/src/calibre/gui2/palette.py +++ b/src/calibre/gui2/palette.py @@ -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;