avoid wrong spacing at top of label

keep 'these' as we have two number entries
BUG: 493118
This commit is contained in:
Christoph Cullmann
2025-08-21 19:51:15 +02:00
parent 838efb8360
commit c14a1c3a4e

View File

@@ -348,6 +348,9 @@
<property name="textFormat">
<enum>Qt::TextFormat::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>