Better layout for the About dialog

FossilOrigin-Name: 196bdb56e3c2d617f1a1410dc61bc22eb6feb242
This commit is contained in:
Kostas
2015-08-13 11:41:05 +00:00
parent 623a6ad297
commit abd4bbc125
3 changed files with 13 additions and 13 deletions

View File

@ -7,13 +7,13 @@
<x>0</x>
<y>0</y>
<width>577</width>
<height>379</height>
<height>349</height>
</rect>
</property>
<property name="windowTitle">
<string>About Fuel...</string>
</property>
<layout class="QFormLayout" name="formLayout">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="lblIcon">
<property name="maximumSize">
@ -47,7 +47,7 @@ Released under the GNU GPL</string>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="1" column="1">
<widget class="QLabel" name="lblFossilVersion">
<property name="text">
<string notr="true">FOSSIL VERSION</string>
@ -57,7 +57,7 @@ Released under the GNU GPL</string>
</property>
</widget>
</item>
<item row="3" column="1">
<item row="2" column="1">
<widget class="QLabel" name="lblQtVersion">
<property name="text">
<string notr="true">QT VERSION</string>
@ -67,14 +67,14 @@ Released under the GNU GPL</string>
</property>
</widget>
</item>
<item row="4" column="1">
<item row="3" column="1">
<widget class="QTextEdit" name="txtAdditional">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="1">
<item row="4" column="1">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>