[vlc-commits] [Git][videolan/vlc][master] qml: fix empty space between playlistview and controlbar

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Sep 15 14:34:41 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
66abbace by Prince Gupta at 2023-09-15T13:35:21+00:00
qml: fix empty space between playlistview and controlbar

- - - - -


1 changed file:

- modules/gui/qt/player/qml/Player.qml


Changes:

=====================================
modules/gui/qt/player/qml/Player.qml
=====================================
@@ -700,9 +700,7 @@ FocusScope {
     Widgets.LoaderFade {
         id: controlBarView
 
-        readonly property int sliderY: (MainCtx.pinVideoControls) ? item.sliderY
-                                                                    - VLCStyle.margin_xxxsmall
-                                                                  : item.sliderY
+        readonly property int sliderY: item.sliderY
 
         anchors {
             bottom: parent.bottom



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/66abbacea972a8dbe92e5fdf02c617a3bbf3a5f6

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/66abbacea972a8dbe92e5fdf02c617a3bbf3a5f6
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