Use tabPadding property in Windows theme

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent 4c7eaf0f9f
commit 4801721722
  1. 5
      themes/chrome/main.css
  2. 5
      themes/linux/main.css
  3. 5
      themes/mac/main.css
  4. 1
      themes/windows/main.css

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

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

@ -127,6 +127,11 @@ ToolButton[toolbar-look="true"]:pressed
}
/*TabWidget*/
#tabbar
{
qproperty-tabPadding: -1;
}
#tabbar-button-right
{
qproperty-icon: url(images/tab-right-arrow.png);

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

Loading…
Cancel
Save