[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix placeholder text color
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu May 16 13:51:20 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
988da9a1 by Prince Gupta at 2024-05-16T13:17:54+00:00
qml: fix placeholder text color
- - - - -
f2d70890 by Prince Gupta at 2024-05-16T13:17:54+00:00
qml: center align text of TextField
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/TextFieldExt.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/TextFieldExt.qml
=====================================
@@ -38,8 +38,12 @@ TextField {
selectedTextColor : theme.fg.highlight
selectionColor : theme.bg.highlight
color : theme.fg.primary
+ placeholderTextColor: theme.fg.secondary
+
font.pixelSize: VLCStyle.fontSize_normal
+ verticalAlignment: Text.AlignVCenter
+
background: Rectangle {
implicitWidth: 200
implicitHeight: 40
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b6da2c77cc274aa248a2b7d6489bbdcc7739827b...f2d708909cc127b15d8ea4e2950ff5aaa3c64fd2
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b6da2c77cc274aa248a2b7d6489bbdcc7739827b...f2d708909cc127b15d8ea4e2950ff5aaa3c64fd2
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