Skip to content
Snippets Groups Projects
Commit c13f21c8 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: do not set `clip` in MusicArtist

Clipping is not necessary here, and it makes
the frosted glass effect useless.
parent e7da436f
No related branches found
No related tags found
Loading
Pipeline #478382 canceled with stage
in 13 minutes and 9 seconds
......@@ -430,7 +430,6 @@ FocusScope {
readonly property int _nbCols: VLCStyle.gridColumnsForWidth(tableView_id.availableRowWidth)
clip: true // content may overflow if not enough space is provided
model: trackModel
onActionForSelection: (selection) => {
......
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