1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Hide tabbar base in Windows style

This commit is contained in:
David Rosca 2018-01-08 16:59:13 +01:00
parent 50d1bb6d96
commit a4738c8a3e
4 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,7 @@ ToolButton[toolbar-look="true"]:pressed
#tabbar #tabbar
{ {
qproperty-tabPadding: -1; qproperty-tabPadding: -1;
qproperty-baseColor: 0;
} }
#tabbar::scroller #tabbar::scroller

View File

@ -70,6 +70,7 @@
#tabbar #tabbar
{ {
qproperty-tabPadding: -1; qproperty-tabPadding: -1;
qproperty-baseColor: 0;
} }
#tabbar-button-right #tabbar-button-right

View File

@ -130,6 +130,7 @@ ToolButton[toolbar-look="true"]:pressed
#tabbar #tabbar
{ {
qproperty-tabPadding: -1; qproperty-tabPadding: -1;
qproperty-baseColor: 0;
} }
#tabbar-button-right #tabbar-button-right

View File

@ -135,6 +135,7 @@
min-height: 30px; min-height: 30px;
max-height: 30px; max-height: 30px;
qproperty-tabPadding: 3; qproperty-tabPadding: 3;
qproperty-baseColor: transparent;
} }
#tab-icon #tab-icon