fix(ui): remove clip padding in profile section menu

This commit is contained in:
Pascal Precht 2021-04-13 12:25:04 +02:00 committed by Pascal Precht
parent 18acef7fd3
commit 78ce77c9c6
2 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,8 @@ Rectangle {
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: Style.current.smallPadding anchors.leftMargin: Style.current.smallPadding
anchors.top: title.bottom anchors.top: title.bottom
anchors.topMargin: Style.current.bigPadding anchors.topMargin: Style.current.padding
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.bottomMargin: Style.current.padding
} }
} }

View File

@ -13,12 +13,13 @@ ScrollView {
property var changeProfileSection: function (sectionId) { property var changeProfileSection: function (sectionId) {
profileCurrentIndex = sectionId profileCurrentIndex = sectionId
} }
contentHeight: menuItems.height + 24
id: profileMenu id: profileMenu
clip: true clip: true
Column { Column {
anchors.fill: parent id: menuItems
spacing: 8 spacing: 8
Repeater { Repeater {