Fixed tab alignment for Mac

This commit is contained in:
Valentino Orlandi 2022-11-10 18:17:37 +01:00
parent 4463660bd0
commit 49dcf6361e
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 5 additions and 1 deletions

View File

@ -42,6 +42,9 @@ void StyleSec::styleAsh( QString& ss , const QString& theme )
"QTabWidget {"
" selection-background-color: rgb( 32, 32, 32 );"
"}"
"QTabWidget::tab-bar {"
" alignment: left;"
"}"
"QTabBar {"
" background-color: transparent;"
"}"
@ -571,7 +574,8 @@ void StyleSec::styleAsh( QString& ss , const QString& theme )
//// CONFIGS ////
// outer tabs
"QTabWidget#ConfTabs QTabBar::tab {"
" margin-bottom: 4px;"
" margin-top: 3px;"
" margin-bottom: 1px;"
" padding: 8px 6px;"
" border: 1px solid rgb( 96, 96, 96 );"
" border-left: 4px solid rgb( 96, 96, 96 );"