Skip to content
Snippets Groups Projects
Commit cd5a9c3d authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Felix Paul Kühne
Browse files

qml: pixel align playlist column

Workaround for QTBUG-94699.
parent 242eeb56
No related branches found
No related tags found
1 merge request!3030qml: pixel align playlist column
Pipeline #299338 passed with stages
in 25 minutes and 18 seconds
......@@ -325,7 +325,7 @@ FocusScope {
name: "expanded"
PropertyChanges {
target: playlistColumn
width: playlistColumn.implicitWidth
width: Math.round(playlistColumn.implicitWidth)
visible: true
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment