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

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent 49ebfa3f5d
commit c62b41d3d7
  1. 8
      themes/windows/main.css

@ -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…
Cancel
Save