mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
MediaMini: fix another binding loop.
This commit is contained in:
@@ -279,7 +279,7 @@ Item {
|
||||
Item {
|
||||
id: scrollContainer
|
||||
height: parent.height
|
||||
width: hasActivePlayer ? childrenRect.width : parent.width
|
||||
width: parent.width
|
||||
|
||||
property real scrollX: 0
|
||||
x: hasActivePlayer ? scrollX : 0
|
||||
|
||||
Reference in New Issue
Block a user