diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-26 15:45:19 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-26 15:45:19 +1000 |
| commit | bc7919263dd2c2e82ea14314bf2ac73dc5d85395 (patch) | |
| tree | c26c12284e19dc98105158e8f9d69b4ca8726d1b /modules/detachedcontent/NavRail.qml | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-shell-bc7919263dd2c2e82ea14314bf2ac73dc5d85395.tar.gz caelestia-shell-bc7919263dd2c2e82ea14314bf2ac73dc5d85395.tar.bz2 caelestia-shell-bc7919263dd2c2e82ea14314bf2ac73dc5d85395.zip | |
dcontent: some tweaks
Diffstat (limited to 'modules/detachedcontent/NavRail.qml')
| -rw-r--r-- | modules/detachedcontent/NavRail.qml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/detachedcontent/NavRail.qml b/modules/detachedcontent/NavRail.qml index fb30c06..afa8c5a 100644 --- a/modules/detachedcontent/NavRail.qml +++ b/modules/detachedcontent/NavRail.qml @@ -26,7 +26,7 @@ Item { when: root.expanded PropertyChanges { - layout.spacing: Appearance.spacing.small / 2 + layout.spacing: Appearance.spacing.small menuIcon.opacity: 0 menuIconExpanded.opacity: 1 menuIcon.rotation: 180 @@ -50,7 +50,7 @@ Item { Item { Layout.fillWidth: true - Layout.bottomMargin: Appearance.spacing.small / 2 + Layout.bottomMargin: Appearance.spacing.large * 2 implicitHeight: Math.max(menuIcon.implicitHeight, menuIconExpanded.implicitHeight) + Appearance.padding.normal * 2 StateLayer { @@ -83,6 +83,11 @@ Item { } NavItem { + icon: "network_manage" + label: "network" + } + + NavItem { icon: "settings_bluetooth" label: "bluetooth" } |