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">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<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>
<spacer name="horizontalSpacer">
@ -682,7 +689,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>463</width>
<width>40</width>
<height>20</height>
</size>
</property>