Browse Source

UI: Fix code indentation for Edit Undo/Redo

Matt Gajownik 4 years ago
parent
commit
3cc4feb8dd
1 changed files with 9 additions and 9 deletions
  1. 9 9
      UI/forms/OBSBasic.ui

+ 9 - 9
UI/forms/OBSBasic.ui

@@ -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>