From 73cf10ea968c7ee1fbc2eebc4691d6824989008a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 20 Jul 2025 15:32:56 +1000 Subject: filedialog: add current item --- widgets/filedialog/FolderContents.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'widgets/filedialog/FolderContents.qml') diff --git a/widgets/filedialog/FolderContents.qml b/widgets/filedialog/FolderContents.qml index 82ed2bc..81f8729 100644 --- a/widgets/filedialog/FolderContents.qml +++ b/widgets/filedialog/FolderContents.qml @@ -203,6 +203,14 @@ Item { } } + CurrentItem { + anchors.right: parent.right + anchors.bottom: parent.bottom + anchors.margins: Appearance.padding.small + + currentItem: view.currentItem + } + component Anim: NumberAnimation { duration: Appearance.anim.durations.normal easing.type: Easing.BezierSpline -- cgit v1.2.3-freya