diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-20 14:42:09 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-20 14:42:09 +1000 |
| commit | e00d5b124f3028ed134abe240404a85a5c4caace (patch) | |
| tree | c49a1f8078ea7414fec4135807317420a10aa99a /widgets/filedialog/Sidebar.qml | |
| parent | filedialog: add nav rail (diff) | |
| download | caelestia-shell-e00d5b124f3028ed134abe240404a85a5c4caace.tar.gz caelestia-shell-e00d5b124f3028ed134abe240404a85a5c4caace.tar.bz2 caelestia-shell-e00d5b124f3028ed134abe240404a85a5c4caace.zip | |
filedialog: add special icons for xdg dirs
Diffstat (limited to 'widgets/filedialog/Sidebar.qml')
| -rw-r--r-- | widgets/filedialog/Sidebar.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/filedialog/Sidebar.qml b/widgets/filedialog/Sidebar.qml index f0bcc58..523ad83 100644 --- a/widgets/filedialog/Sidebar.qml +++ b/widgets/filedialog/Sidebar.qml @@ -46,8 +46,7 @@ StyledRect { required property string modelData readonly property bool selected: modelData === root.dialog.cwd[root.dialog.cwd.length - 1] - anchors.left: parent.left - anchors.right: parent.right + Layout.fillWidth: true implicitHeight: placeInner.implicitHeight + Appearance.padding.normal * 2 radius: Appearance.rounding.full |