Improve appearance of about dialog

This commit is contained in:
Martchus 2019-02-17 23:38:16 +01:00
parent da00c5ada7
commit 12d6ab446e
1 changed files with 11 additions and 13 deletions

View File

@ -2,14 +2,6 @@
<ui version="4.0">
<class>Dialogs::AboutDialog</class>
<widget class="QDialog" name="Dialogs::AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>43</horstretch>
@ -18,14 +10,14 @@
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>300</height>
<width>480</width>
<height>380</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>300</height>
<width>480</width>
<height>380</height>
</size>
</property>
<property name="windowTitle">
@ -120,7 +112,7 @@
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">font-size: 12pt;</string>
<string notr="true">font-size: 16pt;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
@ -195,6 +187,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
@ -233,6 +228,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>