Commit aea47494 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: AboutDialog: fix font height

parent 23734be0
......@@ -48,44 +48,7 @@
background-color: rgb(245, 245, 245);</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" rowspan="6">
<widget class="QLabel" name="VLCcone">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>247</width>
<height>300</height>
</size>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="pixmap">
<pixmap>:/logo/vlc256.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="margin">
<number>20</number>
</property>
</widget>
</item>
<item row="2" column="2" rowspan="4">
<item row="3" column="2" rowspan="4">
<widget class="QStackedWidget" name="stackedWidget">
<property name="lineWidth">
<number>0</number>
......@@ -210,7 +173,44 @@ background-color: rgb(245, 245, 245);</string>
</widget>
</widget>
</item>
<item row="0" column="2">
<item row="1" column="0" rowspan="6">
<widget class="QLabel" name="VLCcone">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>247</width>
<height>300</height>
</size>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="pixmap">
<pixmap>:/logo/vlc256.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="margin">
<number>20</number>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="title">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
......@@ -224,15 +224,21 @@ background-color: rgb(245, 245, 245);</string>
<height>40</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">margin-top: 10px</string>
<string notr="true"/>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:26pt; color:#353535;&quot;&gt;VLC media player&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="1" column="2">
<item row="2" column="2">
<widget class="QLabel" name="version">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
......@@ -252,6 +258,19 @@ margin-bottom: 6px;</string>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment