1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

BrowsingLibrary: Don't limit height of search line

This commit is contained in:
David Rosca 2015-11-09 14:29:36 +01:00
parent a4cbfbecfa
commit ddb7c383de

View File

@ -80,12 +80,6 @@
</item> </item>
<item> <item>
<widget class="QLineEdit" name="searchLine"> <widget class="QLineEdit" name="searchLine">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>23</height>
</size>
</property>
<property name="placeholderText"> <property name="placeholderText">
<string>Search...</string> <string>Search...</string>
</property> </property>