Update dialog should not have maximum size on the release notes

This commit is contained in:
baldurk
2017-12-22 14:41:45 +00:00
parent 4c7ea8e158
commit 30589eaf19
+3 -11
View File
@@ -171,7 +171,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap resource="../../Resources/resources.qrc">:/logo.svg</pixmap> <pixmap>:/logo.svg</pixmap>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
@@ -226,7 +226,7 @@
<item> <item>
<widget class="RDLabel" name="updateText"> <widget class="RDLabel" name="updateText">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@@ -237,12 +237,6 @@
<height>200</height> <height>200</height>
</size> </size>
</property> </property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>200</height>
</size>
</property>
<property name="autoFillBackground"> <property name="autoFillBackground">
<bool>true</bool> <bool>true</bool>
</property> </property>
@@ -416,8 +410,6 @@
<header>Widgets/Extended/RDLabel.h</header> <header>Widgets/Extended/RDLabel.h</header>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources/>
<include location="../../Resources/resources.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>