diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-20 14:10:07 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-20 14:10:07 +1000 |
| commit | abf4bd8e6b361efdef8fae264d9a775e74ec8dc2 (patch) | |
| tree | 013edc950181b11b5413c920022c8dd70c4cd77f /widgets/filedialog/FileDialog.qml | |
| parent | filedialog: styling tweaks (diff) | |
| download | caelestia-shell-abf4bd8e6b361efdef8fae264d9a775e74ec8dc2.tar.gz caelestia-shell-abf4bd8e6b361efdef8fae264d9a775e74ec8dc2.tar.bz2 caelestia-shell-abf4bd8e6b361efdef8fae264d9a775e74ec8dc2.zip | |
filedialog: add nav rail
Diffstat (limited to 'widgets/filedialog/FileDialog.qml')
| -rw-r--r-- | widgets/filedialog/FileDialog.qml | 9 |
1 files changed, 7 insertions, 2 deletions
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 |