UI: Fix code indentation for Edit Undo/Redo

This commit is contained in:
Matt Gajownik 2021-06-13 15:36:22 +10:00
parent dcd491541e
commit 3cc4feb8dd

View File

@ -2042,19 +2042,19 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Undo.Undo</string>
</property>
<property name="text">
<string>Undo.Undo</string>
</property>
</action>
<action name="actionMainRedo">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Undo.Redo</string>
</property>
</action>
</widget>
</property>
<property name="text">
<string>Undo.Redo</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>OBSBasicPreview</class>