Improve readability of search engine in search tab

pull/1/head
Michele Calgaro 11 years ago
parent 12cf5f19c7
commit d4b717dd5f

@ -75,13 +75,27 @@
<cstring>textLabel1</cstring> <cstring>textLabel1</cstring>
</property> </property>
<property name="text"> <property name="text">
<string>Search engine:</string> <string>Engine:</string>
</property> </property>
</widget> </widget>
<widget class="KComboBox"> <widget class="KComboBox">
<property name="name"> <property name="name">
<cstring>m_search_engine</cstring> <cstring>m_search_engine</cstring>
</property> </property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>

Loading…
Cancel
Save