Settings: Ensure the 'about' label isn't cut off #5760

This commit is contained in:
Christian Kamm 2017-05-22 10:10:12 +02:00
Родитель 9b4e00c3fc
Коммит 87a7642381
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -152,6 +152,12 @@
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="aboutLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>About</string>
</property>