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

Linux theme: Don't set minimum height of locationbar/searchbar

This commit is contained in:
David Rosca 2016-01-27 12:02:09 +01:00
parent 3ab21c1c2c
commit 06c3778753

View File

@ -99,12 +99,6 @@ IconProvider
}
/*LocationBar*/
#locationbar
{
qproperty-minHeight: 28;
qproperty-leftMargin: 22;
}
#locationbar-bookmarkicon
{
qproperty-pixmap: url(images/star.png);
@ -143,12 +137,6 @@ IconProvider
}
/*WebSearchBar*/
#websearchbar
{
qproperty-minHeight: 28;
qproperty-leftMargin: 30;
}
#websearchbar-searchbutton
{
qproperty-fixedsize: 22px 16px;