mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fix tabbar buttons to have equal height as tabs in Windows theme
This commit is contained in:
parent
49ebfa3f5d
commit
c62b41d3d7
|
@ -105,13 +105,13 @@
|
||||||
#tabwidget-button-opentabs
|
#tabwidget-button-opentabs
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "go-down";
|
qproperty-themeIcon: "go-down";
|
||||||
qproperty-fixedsize: 22px 28px;
|
qproperty-fixedsize: 22px 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabwidget-button-closedtabs
|
#tabwidget-button-closedtabs
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "user-trash-full";
|
qproperty-themeIcon: "user-trash-full";
|
||||||
qproperty-fixedsize: 22px 28px;
|
qproperty-fixedsize: 22px 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabwidget-button-addtab[outside-tabbar="false"]
|
#tabwidget-button-addtab[outside-tabbar="false"]
|
||||||
|
@ -120,14 +120,14 @@
|
||||||
border: 1px solid #b2b2b2;
|
border: 1px solid #b2b2b2;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
qproperty-fixedsize: 28px 28px;
|
qproperty-fixedsize: 29px 29px;
|
||||||
qproperty-themeIcon: "list-add";
|
qproperty-themeIcon: "list-add";
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabwidget-button-addtab[outside-tabbar="true"]
|
#tabwidget-button-addtab[outside-tabbar="true"]
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "list-add";
|
qproperty-themeIcon: "list-add";
|
||||||
qproperty-fixedsize: 22px 28px;
|
qproperty-fixedsize: 22px 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbar
|
#tabbar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user