mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix(ui): remove clip padding in profile section menu
This commit is contained in:
parent
18acef7fd3
commit
78ce77c9c6
@ -28,9 +28,8 @@ Rectangle {
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: Style.current.smallPadding
|
||||
anchors.top: title.bottom
|
||||
anchors.topMargin: Style.current.bigPadding
|
||||
anchors.topMargin: Style.current.padding
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: Style.current.padding
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -13,12 +13,13 @@ ScrollView {
|
||||
property var changeProfileSection: function (sectionId) {
|
||||
profileCurrentIndex = sectionId
|
||||
}
|
||||
contentHeight: menuItems.height + 24
|
||||
|
||||
id: profileMenu
|
||||
clip: true
|
||||
|
||||
Column {
|
||||
anchors.fill: parent
|
||||
id: menuItems
|
||||
spacing: 8
|
||||
|
||||
Repeater {
|
||||
|
Loading…
x
Reference in New Issue
Block a user