diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-12 11:57:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-12 11:57:09 +0900 |
commit | d4b717dd5fc0a63a95089ff2a0ed5645de8eedbf (patch) | |
tree | eb4df2edbc14fa64eff682d1f7c30140ace57d8b /plugins | |
parent | 12cf5f19c7fce7e4555a919b19eb4a2fe3b04225 (diff) | |
download | ktorrent-d4b717dd5fc0a63a95089ff2a0ed5645de8eedbf.tar.gz ktorrent-d4b717dd5fc0a63a95089ff2a0ed5645de8eedbf.zip |
Improve readability of search engine in search tab
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/search/searchbar.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/plugins/search/searchbar.ui b/plugins/search/searchbar.ui index 7784264..cabd342 100644 --- a/plugins/search/searchbar.ui +++ b/plugins/search/searchbar.ui @@ -75,13 +75,27 @@ <cstring>textLabel1</cstring> </property> <property name="text"> - <string>Search engine:</string> + <string>Engine:</string> </property> </widget> <widget class="KComboBox"> <property name="name"> <cstring>m_search_engine</cstring> </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> </hbox> </widget> |