[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix new indicator in video views
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Sep 15 10:44:21 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
d35922eb by Prince Gupta at 2024-09-15T10:14:28+00:00
qml: fix new indicator in video views
correctly place contentItem of GridItem otherwise this affects
adding new UI elements to it
- - - - -
01e229a6 by Prince Gupta at 2024-09-15T10:14:28+00:00
qml: remove redundant property
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/GridItem.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/GridItem.qml
=====================================
@@ -254,8 +254,6 @@ T.ItemDelegate {
contentItem: ColumnLayout {
id: layout
- z: 1
-
spacing: 0
Widgets.MediaCover {
@@ -344,7 +342,6 @@ T.ItemDelegate {
color: root.selected
? theme.fg.highlight
: theme.fg.primary
- textFormat: Text.PlainText
}
}
@@ -357,7 +354,6 @@ T.ItemDelegate {
color: root.selected
? theme.fg.highlight
: theme.fg.secondary
- textFormat: Text.PlainText
Layout.preferredWidth: Math.min(root.width, implicitWidth)
Layout.alignment: root.textAlignHCenter ? Qt.AlignCenter : Qt.AlignLeft
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/1ddeb93b6751e96d88a6c99bef117e0c363bc3e1...01e229a67e382d6b1b7ea860ef75059f88de3d52
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/1ddeb93b6751e96d88a6c99bef117e0c363bc3e1...01e229a67e382d6b1b7ea860ef75059f88de3d52
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