diff options
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" } |