[vlc-commits] qml: use Subtitle label for headers in NetworkHomeDisplay
Prince Gupta
git at videolan.org
Thu Aug 27 12:44:07 CEST 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Aug 18 19:51:43 2020 +0530| [73ddc103643222435da942b0adf1ab2ced87243d] | committer: Pierre Lamot
qml: use Subtitle label for headers in NetworkHomeDisplay
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73ddc103643222435da942b0adf1ab2ced87243d
---
modules/gui/qt/network/qml/NetworkHomeDisplay.qml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
index 4218ee249b..8df8baefb3 100644
--- a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
+++ b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
@@ -67,9 +67,9 @@ Widgets.NavigableFocusScope {
spacing: VLCStyle.margin_normal
- Widgets.LabelSeparator {
+ Widgets.SubtitleLabel {
id: deviceLabel
- text: i18n.qtr("Devices")
+ text: i18n.qtr("My Machine")
width: flickable.width
visible: deviceSection.model.count !== 0
}
@@ -92,9 +92,9 @@ Widgets.NavigableFocusScope {
}
}
- Widgets.LabelSeparator {
+ Widgets.SubtitleLabel {
id: lanLabel
- text: i18n.qtr("LAN")
+ text: i18n.qtr("My LAN")
width: flickable.width
visible: lanSection.model.count !== 0
}
More information about the vlc-commits
mailing list