[vlc-commits] [Git][videolan/vlc][master] qml: fix text fomatting

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Fri Jul 29 14:05:13 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
299c29cb by Prince Gupta at 2022-07-29T13:32:39+00:00
qml: fix text fomatting

fixup fe03c25a6b05dac77d583ce8ab2f572b598677a3

- - - - -


1 changed file:

- modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml


Changes:

=====================================
modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
=====================================
@@ -182,12 +182,14 @@ FocusScope {
                     Widgets.MenuCaption {
                         text: "<b>" + I18n.qtr("File Name:") + "</b> " + expandRect.model.fileName
                         width: parent.width
+                        textFormat: Text.StyledText
                     }
 
                     Widgets.MenuCaption {
                         text: "<b>" + I18n.qtr("Path:") + "</b> " + expandRect.model.display_mrl
                         topPadding: VLCStyle.margin_xsmall
                         width: parent.width
+                        textFormat: Text.StyledText
                     }
 
                     MouseArea {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/299c29cb2381c6d14b8f5e16601d1b7e4b789f1b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/299c29cb2381c6d14b8f5e16601d1b7e4b789f1b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list