diff --git a/AboutDialog.ui b/AboutDialog.ui
index 8552257..a4a1ef7 100755
--- a/AboutDialog.ui
+++ b/AboutDialog.ui
@@ -55,9 +55,18 @@
        </property>
        <item>
         <widget class="QLabel" name="labAbout">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
          <property name="text">
           <string>&lt;span style=&quot; font-weight:600;&quot;&gt;gta5sync&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames&lt;br/&gt;&lt;br/&gt;Project version: %1&lt;br/&gt;Compiled with Qt %2&lt;br/&gt;Running with Qt %3&lt;br/&gt;&lt;br/&gt;Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping&lt;/a&gt; 2016&lt;br/&gt;gta5sync is licensed under &lt;a href=&quot;https://www.gnu.org/licenses/gpl-3.0.html#content&quot;&gt;GNU GPLv3&lt;/a&gt;</string>
          </property>
+         <property name="alignment">
+          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
+         </property>
          <property name="wordWrap">
           <bool>true</bool>
          </property>
@@ -66,19 +75,6 @@
          </property>
         </widget>
        </item>
-       <item>
-        <spacer name="vsAboutContent">
-         <property name="orientation">
-          <enum>Qt::Vertical</enum>
-         </property>
-         <property name="sizeHint" stdset="0">
-          <size>
-           <width>0</width>
-           <height>0</height>
-          </size>
-         </property>
-        </spacer>
-       </item>
       </layout>
      </widget>
     </widget>
diff --git a/OptionsDialog.ui b/OptionsDialog.ui
index c033f0f..b8b4c90 100755
--- a/OptionsDialog.ui
+++ b/OptionsDialog.ui
@@ -150,10 +150,24 @@
        </property>
       </spacer>
      </item>
+     <item>
+      <widget class="QPushButton" name="cmdOK">
+       <property name="text">
+        <string extracomment="OK, Cancel, Apply">&amp;OK</string>
+       </property>
+      </widget>
+     </item>
      <item>
       <widget class="QPushButton" name="cmdClose">
        <property name="text">
-        <string>&amp;Close</string>
+        <string extracomment="OK, Cancel, Apply">&amp;Cancel</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="cmdApply">
+       <property name="text">
+        <string extracomment="OK, Cancel, Apply">&amp;Apply</string>
        </property>
       </widget>
      </item>