Skip to content

Commit 8cc371f

Browse files
Add tab borders to Windows dark theme
1 parent c030157 commit 8cc371f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qt/windows_dark.qss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ QTabWidget QWidget QTabBar::tab
5858
padding-top: 4px;
5959
padding-bottom: 5px;
6060
height: 50px;
61-
border: 10px;
6261
border-right: 1px solid #2e2e2e;
6362
margin-right: 0px;
64-
margin-bottom: 2px;
63+
margin-bottom: 0px;
64+
border: 1px solid #2e2e2e;
6565
}
6666

6767
QTabWidget QWidget QTabBar::tab:selected

0 commit comments

Comments
 (0)