Fix for qcombobox.
This commit is contained in:
parent
44fc4a3f07
commit
06fa3a065c
1 changed files with 4 additions and 7 deletions
|
@ -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 "rssguard". 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 "rssguard". 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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue