[vlc-commits] [Git][videolan/vlc][master] 2 commits: Revert "qml: center HorizontalResizeHandle in MusicArtistsAlbums"
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Nov 4 03:26:44 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
5e5c6f1e by Fatih Uzunoglu at 2021-11-04T03:10:13+00:00
Revert "qml: center HorizontalResizeHandle in MusicArtistsAlbums"
This reverts commit 1f4113bdf53927c6c9e86500f2c3ea7614b72851.
- - - - -
782daddc by Fatih Uzunoglu at 2021-11-04T03:10:13+00:00
Revert "qml: center HorizontalResizeHandle in playlist"
This reverts commit 38a3fb6422b98626a13c647edc51e45f0cdb967f.
- - - - -
2 changed files:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -362,8 +362,6 @@ FocusScope {
top: parent.top
bottom: parent.bottom
left: parent.left
-
- leftMargin: -(width / 2)
}
atRight: false
=====================================
modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
=====================================
@@ -196,8 +196,6 @@ FocusScope {
top: parent.top
bottom: parent.bottom
right: parent.right
-
- rightMargin: -(width / 2)
}
sourceWidth: root.width
targetWidth: artistList.width
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ba662d032a4812b20ad9d9430f245bd4b7484516...782daddcd8298927087955c35f1c8b4fe3cdde8e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ba662d032a4812b20ad9d9430f245bd4b7484516...782daddcd8298927087955c35f1c8b4fe3cdde8e
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list