Commit 2b26844a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

About dialog: remove the verticalSpacer...

parent 3f32a78a
...@@ -39,8 +39,14 @@ ...@@ -39,8 +39,14 @@
background-color: rgb(245, 245, 245);</string> background-color: rgb(245, 245, 245);</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="3" column="2" rowspan="4"> <item row="2" column="2" rowspan="4">
<widget class="QStackedWidget" name="stackedWidget"> <widget class="QStackedWidget" name="stackedWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>10</horstretch>
<verstretch>10</verstretch>
</sizepolicy>
</property>
<property name="lineWidth"> <property name="lineWidth">
<number>0</number> <number>0</number>
</property> </property>
...@@ -155,7 +161,7 @@ background-color: rgb(245, 245, 245);</string> ...@@ -155,7 +161,7 @@ background-color: rgb(245, 245, 245);</string>
</widget> </widget>
</widget> </widget>
</item> </item>
<item row="1" column="0" rowspan="6"> <item row="0" column="0" rowspan="6">
<widget class="QLabel" name="VLCcone"> <widget class="QLabel" name="VLCcone">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
...@@ -192,7 +198,7 @@ background-color: rgb(245, 245, 245);</string> ...@@ -192,7 +198,7 @@ background-color: rgb(245, 245, 245);</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="2"> <item row="0" column="2">
<widget class="QLabel" name="title"> <widget class="QLabel" name="title">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
...@@ -203,7 +209,7 @@ background-color: rgb(245, 245, 245);</string> ...@@ -203,7 +209,7 @@ background-color: rgb(245, 245, 245);</string>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>40</height> <height>50</height>
</size> </size>
</property> </property>
<property name="baseSize"> <property name="baseSize">
...@@ -212,15 +218,15 @@ background-color: rgb(245, 245, 245);</string> ...@@ -212,15 +218,15 @@ background-color: rgb(245, 245, 245);</string>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text"> <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> <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> </property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="2"> <item row="1" column="2">
<widget class="QLabel" name="version"> <widget class="QLabel" name="version">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Maximum"> <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
...@@ -240,19 +246,6 @@ margin-bottom: 6px;</string> ...@@ -240,19 +246,6 @@ margin-bottom: 6px;</string>
</property> </property>
</widget> </widget>
</item> </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> </layout>
</widget> </widget>
</item> </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