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

Use tabPadding property in Windows theme

This commit is contained in:
David Rosca 2018-01-08 10:18:57 +01:00
parent 4c7eaf0f9f
commit 4801721722
4 changed files with 16 additions and 0 deletions

View File

@ -126,6 +126,11 @@ ToolButton[toolbar-look="true"]:pressed
} }
/*TabWidget*/ /*TabWidget*/
#tabbar
{
qproperty-tabPadding: -1;
}
#tabbar::scroller #tabbar::scroller
{ {
width: 0px; width: 0px;

View File

@ -67,6 +67,11 @@
} }
/*TabWidget*/ /*TabWidget*/
#tabbar
{
qproperty-tabPadding: -1;
}
#tabbar-button-right #tabbar-button-right
{ {
qproperty-themeIcon: "arrow-right"; qproperty-themeIcon: "arrow-right";

View File

@ -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);

View File

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