Change executable entry box to be editable

This commit is contained in:
Myned 2020-05-14 18:52:45 -04:00
parent 3654f39247
commit 26c24d4d53
No known key found for this signature in database
GPG Key ID: 24318A323F309244

View File

@ -1127,7 +1127,14 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<widget class="QComboBox" name="executable"/>
<widget class="QComboBox" name="executable">
<property name="editable">
<bool>true</bool>
</property>
<property name="maxVisibleItems">
<number>20</number>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="executableScenes">