Skip to content

Commit 07fd41f

Browse files
committed
Use RichText on subtitle QLabel
1 parent 567799b commit 07fd41f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resource/ui/mainwindow.ui

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,10 @@
535535
<string notr="true"/>
536536
</property>
537537
<property name="text">
538-
<string>Penguin Subtitle Player
539-
open-source, cross-platform</string>
538+
<string>Penguin Subtitle Player&lt;br&gt;open-source, cross-platform</string>
539+
</property>
540+
<property name="textFormat">
541+
<enum>Qt::RichText</enum>
540542
</property>
541543
<property name="alignment">
542544
<set>Qt::AlignCenter</set>

0 commit comments

Comments
 (0)