From 06c3778753ab4cb492cfb0bff7661b4a75442b74 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Wed, 27 Jan 2016 12:02:09 +0100 Subject: [PATCH] Linux theme: Don't set minimum height of locationbar/searchbar --- bin/themes/linux/main.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bin/themes/linux/main.css b/bin/themes/linux/main.css index b726b94bf..709729c43 100644 --- a/bin/themes/linux/main.css +++ b/bin/themes/linux/main.css @@ -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;