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-bottom: 2px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 6px;
|
||||
padding-left: 6px;
|
||||
text-align: left;
|
||||
}</string>
|
||||
</property>
|
||||
@ -116,6 +116,9 @@ QPushButton, QComboBox
|
||||
<property name="insertPolicy">
|
||||
<enum>QComboBox::InsertAtBottom</enum>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -201,6 +204,9 @@ QPushButton, QComboBox
|
||||
<property name="editable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user