1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Fix tabbar buttons to have equal height as tabs in Windows theme

This commit is contained in:
David Rosca 2018-01-08 15:44:30 +01:00
parent 49ebfa3f5d
commit c62b41d3d7

View File

@ -105,13 +105,13 @@
#tabwidget-button-opentabs
{
qproperty-themeIcon: "go-down";
qproperty-fixedsize: 22px 28px;
qproperty-fixedsize: 22px 29px;
}
#tabwidget-button-closedtabs
{
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 28px;
qproperty-fixedsize: 22px 29px;
}
#tabwidget-button-addtab[outside-tabbar="false"]
@ -120,14 +120,14 @@
border: 1px solid #b2b2b2;
border-bottom: none;
border-left: none;
qproperty-fixedsize: 28px 28px;
qproperty-fixedsize: 29px 29px;
qproperty-themeIcon: "list-add";
}
#tabwidget-button-addtab[outside-tabbar="true"]
{
qproperty-themeIcon: "list-add";
qproperty-fixedsize: 22px 28px;
qproperty-fixedsize: 22px 29px;
}
#tabbar