Enable word wrap for "on change" and "parallel" options on macro tab

This commit is contained in:
WarmUpTill 2022-10-19 14:38:45 +02:00 committed by WarmUpTill
parent 73aef4f0b2
commit ddb7888e61

View File

@ -763,7 +763,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_33">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18" stretch="0,0,0,0,0,0,0">
<layout class="QHBoxLayout" name="horizontalLayout_18" stretch="0,0,0,0,0,0,0,0,0">
<item>
<widget class="QLabel" name="label_20">
<property name="text">
@ -783,16 +783,36 @@
</item>
<item>
<widget class="QCheckBox" name="runMacroInParallel">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>AdvSceneSwitcher.macroTab.runInParallel</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="runMacroOnChange">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_18">
<property name="text">
<string>AdvSceneSwitcher.macroTab.onChange</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>