forked from Public-Mirror/Textractor
bugfix
This commit is contained in:
parent
f09bac71d2
commit
a55f04d628
@ -32,8 +32,8 @@ QPushButton, QComboBox
|
|||||||
{
|
{
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
padding-right: 10px;
|
padding-right: 6px;
|
||||||
padding-left: 10px;
|
padding-left: 6px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
@ -116,6 +116,9 @@ QPushButton, QComboBox
|
|||||||
<property name="insertPolicy">
|
<property name="insertPolicy">
|
||||||
<enum>QComboBox::InsertAtBottom</enum>
|
<enum>QComboBox::InsertAtBottom</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy">
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -201,6 +204,9 @@ QPushButton, QComboBox
|
|||||||
<property name="editable">
|
<property name="editable">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy">
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user