Fixed excessive minimum size for commit message history combo box. Addresses ticket [f48f1b9f7d]

FossilOrigin-Name: 4e621933a5ddf87127fab8cc0aa94a4a6fd8c964
This commit is contained in:
kostas
2015-06-02 16:07:01 +00:00
parent 81c68f61c9
commit 2a5611b38a
3 changed files with 12 additions and 8 deletions

View File

@ -21,7 +21,11 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="comboBox"/>
<widget class="QComboBox" name="comboBox">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>