From abf4bd8e6b361efdef8fae264d9a775e74ec8dc2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 20 Jul 2025 14:10:07 +1000 Subject: filedialog: add nav rail --- widgets/filedialog/FileDialog.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'widgets/filedialog/FileDialog.qml') diff --git a/widgets/filedialog/FileDialog.qml b/widgets/filedialog/FileDialog.qml index a709122..53f1b57 100644 --- a/widgets/filedialog/FileDialog.qml +++ b/widgets/filedialog/FileDialog.qml @@ -18,13 +18,18 @@ FloatingWindow { RowLayout { anchors.fill: parent - spacing: Appearance.spacing.normal + spacing: 0 + + Sidebar { + Layout.fillHeight: true + dialog: root + } ColumnLayout { Layout.fillWidth: true Layout.fillHeight: true - spacing: Appearance.spacing.small + spacing: 0 HeaderBar { Layout.fillWidth: true -- cgit v1.2.3-freya