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><span style=" font-weight:600;">gta5sync</span><br/><br/>A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/><br/>Project version: %1<br/>Compiled with Qt %2<br/>Running with Qt %3<br/><br/>Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></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">&OK</string> + </property> + </widget> + </item> <item> <widget class="QPushButton" name="cmdClose"> <property name="text"> - <string>&Close</string> + <string extracomment="OK, Cancel, Apply">&Cancel</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="cmdApply"> + <property name="text"> + <string extracomment="OK, Cancel, Apply">&Apply</string> </property> </widget> </item>