Fix for qcombobox.

This commit is contained in:
Martin Rotter 2015-05-13 07:23:20 +02:00
parent 44fc4a3f07
commit 06fa3a065c

View file

@ -414,8 +414,8 @@ MySQL backend will automatically use database with name "rssguard". Do
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>740</width> <width>100</width>
<height>451</height> <height>30</height>
</rect> </rect>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_4">
@ -492,8 +492,8 @@ MySQL backend will automatically use database with name &quot;rssguard&quot;. Do
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>734</width> <width>167</width>
<height>425</height> <height>219</height>
</rect> </rect>
</property> </property>
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout">
@ -1071,9 +1071,6 @@ MySQL backend will automatically use database with name &quot;rssguard&quot;. Do
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
<widget class="QComboBox" name="m_cmbExternalEmailPreset"> <widget class="QComboBox" name="m_cmbExternalEmailPreset">
<property name="currentText">
<string>Select client</string>
</property>
<property name="sizeAdjustPolicy"> <property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum> <enum>QComboBox::AdjustToContents</enum>
</property> </property>