[vlc-commits] [Git][videolan/vlc][master] qml: pixel align playlist column
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Jan 2 15:12:49 UTC 2023
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
cd5a9c3d by Fatih Uzunoglu at 2023-01-02T14:58:19+00:00
qml: pixel align playlist column
Workaround for QTBUG-94699.
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -325,7 +325,7 @@ FocusScope {
name: "expanded"
PropertyChanges {
target: playlistColumn
- width: playlistColumn.implicitWidth
+ width: Math.round(playlistColumn.implicitWidth)
visible: true
}
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd5a9c3d35bc6e9ecea30011b0b9e9711d19eeca
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd5a9c3d35bc6e9ecea30011b0b9e9711d19eeca
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