mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Use tabPadding property in Windows theme
This commit is contained in:
parent
4c7eaf0f9f
commit
4801721722
@ -126,6 +126,11 @@ ToolButton[toolbar-look="true"]:pressed
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
qproperty-tabPadding: -1;
|
||||
}
|
||||
|
||||
#tabbar::scroller
|
||||
{
|
||||
width: 0px;
|
||||
|
@ -67,6 +67,11 @@
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
qproperty-tabPadding: -1;
|
||||
}
|
||||
|
||||
#tabbar-button-right
|
||||
{
|
||||
qproperty-themeIcon: "arrow-right";
|
||||
|
@ -127,6 +127,11 @@ ToolButton[toolbar-look="true"]:pressed
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
qproperty-tabPadding: -1;
|
||||
}
|
||||
|
||||
#tabbar-button-right
|
||||
{
|
||||
qproperty-icon: url(images/tab-right-arrow.png);
|
||||
|
@ -134,6 +134,7 @@
|
||||
{
|
||||
min-height: 30px;
|
||||
max-height: 30px;
|
||||
qproperty-tabPadding: 3;
|
||||
}
|
||||
|
||||
#tab-icon
|
||||
|
Loading…
Reference in New Issue
Block a user