From bc7919263dd2c2e82ea14314bf2ac73dc5d85395 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 26 Jul 2025 15:45:19 +1000 Subject: dcontent: some tweaks --- modules/detachedcontent/NavRail.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/detachedcontent/NavRail.qml') 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 { @@ -82,6 +82,11 @@ Item { } } + NavItem { + icon: "network_manage" + label: "network" + } + NavItem { icon: "settings_bluetooth" label: "bluetooth" -- cgit v1.2.3-freya