renaming dlg: Fix size policy of info label

This commit is contained in:
Martchus 2017-01-06 22:16:30 +01:00
parent d5c2dd5f5b
commit 33e3d5258f
1 changed files with 9 additions and 2 deletions

View File

@ -673,7 +673,14 @@
<widget class="QWidget" name="bottomWidget" native="true"> <widget class="QWidget" name="bottomWidget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="NotificationLabel" name="notificationLabel" native="true"/> <widget class="NotificationLabel" name="notificationLabel" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer">
@ -682,7 +689,7 @@
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>463</width> <width>40</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>