Skip to content
Snippets Groups Projects
Commit 8a0834af authored by Pierre Lamot's avatar Pierre Lamot Committed by Jean-Baptiste Kempf
Browse files

qml: fix CSD button being misplaced in Player view

T.Label can't be assigned to a Label

fixes: #26272
parent 3494d7d8
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ FocusScope{
property string title
property VLCColors colors: VLCStyle.nightColors
property int groupAlignment: TopBar.GroupAlignment.Vertical
property Label _currentTitleText: null
property Item _currentTitleText: null
signal tooglePlaylistVisibility()
signal requestLockUnlockAutoHide(bool lock, var source)
......
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