mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Change executable entry box to be editable
This commit is contained in:
parent
3654f39247
commit
26c24d4d53
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user