We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3d55e commit 4a115e5Copy full SHA for 4a115e5
panels/dock/tray/quickpanel/DragItem.qml
@@ -107,6 +107,7 @@ Item {
107
Loader {
108
active: isFallbackIcon && root.dragItem.DQuickDrag.isDragging
109
anchors.centerIn: parent
110
+ anchors.verticalCenterOffset: -root.fallbackIconSize.height / 3 * 2
111
sourceComponent: ShellSurfaceItemProxy {
112
shellSurface: root.fallbackDragImage
113
width: root.fallbackIconSize.width
0 commit comments