Made 'CBClientNames' editable to allow arbitrary client names

remotes/origin/HEAD
markuspg 8 years ago
parent e10f625c6e
commit 87480b47d8

@ -238,7 +238,11 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="CBClientNames"/>
<widget class="QComboBox" name="CBClientNames">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="PBRunzLeaf">

Loading…
Cancel
Save