mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +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*/
|
/*TabWidget*/
|
||||||
|
#tabbar
|
||||||
|
{
|
||||||
|
qproperty-tabPadding: -1;
|
||||||
|
}
|
||||||
|
|
||||||
#tabbar::scroller
|
#tabbar::scroller
|
||||||
{
|
{
|
||||||
width: 0px;
|
width: 0px;
|
||||||
|
@ -67,6 +67,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*TabWidget*/
|
/*TabWidget*/
|
||||||
|
#tabbar
|
||||||
|
{
|
||||||
|
qproperty-tabPadding: -1;
|
||||||
|
}
|
||||||
|
|
||||||
#tabbar-button-right
|
#tabbar-button-right
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "arrow-right";
|
qproperty-themeIcon: "arrow-right";
|
||||||
|
@ -127,6 +127,11 @@ ToolButton[toolbar-look="true"]:pressed
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*TabWidget*/
|
/*TabWidget*/
|
||||||
|
#tabbar
|
||||||
|
{
|
||||||
|
qproperty-tabPadding: -1;
|
||||||
|
}
|
||||||
|
|
||||||
#tabbar-button-right
|
#tabbar-button-right
|
||||||
{
|
{
|
||||||
qproperty-icon: url(images/tab-right-arrow.png);
|
qproperty-icon: url(images/tab-right-arrow.png);
|
||||||
|
@ -134,6 +134,7 @@
|
|||||||
{
|
{
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
max-height: 30px;
|
max-height: 30px;
|
||||||
|
qproperty-tabPadding: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tab-icon
|
#tab-icon
|
||||||
|
Loading…
Reference in New Issue
Block a user