Fixed excessive minimum size for commit message history combo box. Addresses ticket [f48f1b9f7d]
FossilOrigin-Name: 4e621933a5ddf87127fab8cc0aa94a4a6fd8c964
This commit is contained in:
@ -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"/>
|
||||
|
Reference in New Issue
Block a user