From 262ade0e59d47df89b547bfa19e43ace0c968fcd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:53:23 +1000 Subject: internal: add option for splitbutton menu pos --- modules/dashboard/Media.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index 0e74115..3d4dcdb 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -334,9 +334,7 @@ Item { label.elide: Text.ElideRight stateLayer.disabled: true - menu.anchors.top: undefined - menu.anchors.bottom: menu.parent.top - menu.anchors.bottomMargin: Appearance.spacing.small + menuOnTop: true Variants { id: playerList -- cgit v1.2.3-freya