[vlc-commits] [Git][videolan/vlc][master] qml: fix pixel alignment of play queue in MainDisplay
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Aug 5 19:40:06 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
0e8769ee by Fatih Uzunoglu at 2024-08-05T19:06:19+00:00
qml: fix pixel alignment of play queue in MainDisplay
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -357,7 +357,7 @@ FocusScope {
? g_mainDisplay.width * 0.8
: Helpers.clamp(g_mainDisplay.width / resizeHandle.widthFactor,
minimumWidth,
- g_mainDisplay.width / 2)
+ g_mainDisplay.width / 2 + playlistLeftBorder.width / 2)
focus: true
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0e8769eea4d8c176e9d09a504a35c238b4b5159e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0e8769eea4d8c176e9d09a504a35c238b4b5159e
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