Improve size policy of notification widgets

This commit is contained in:
Martchus 2018-07-09 12:54:20 +02:00
parent 15d7ec38ff
commit 74bd0ab75d
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<item>
<widget class="NotificationLabel" name="parsingNotificationWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -200,7 +200,7 @@ currently shown tag.</string>
<item>
<widget class="NotificationLabel" name="makingNotificationWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>