1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Themes: Don't limit the height of tab

This commit is contained in:
David Rosca 2016-01-25 13:03:36 +01:00
parent ace8c9702b
commit 74b9019a01
3 changed files with 0 additions and 15 deletions

View File

@ -58,11 +58,6 @@
} }
/*TabWidget*/ /*TabWidget*/
#tabbar::tab
{
max-height: 22px;
}
#tabbar::scroller #tabbar::scroller
{ {
width: 0px; width: 0px;

View File

@ -106,11 +106,6 @@
} }
/*TabWidget*/ /*TabWidget*/
#tabbar::tab
{
max-height: 28px;
}
#tabwidget-button-opentabs #tabwidget-button-opentabs
{ {
qproperty-icon: url(images/tabs-list-button.png); qproperty-icon: url(images/tabs-list-button.png);

View File

@ -59,11 +59,6 @@
} }
/*TabWidget*/ /*TabWidget*/
#tabbar::tab
{
max-height: 26px;
}
#tabbar-button-right #tabbar-button-right
{ {
qproperty-themeIcon: "arrow-right"; qproperty-themeIcon: "arrow-right";