mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +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.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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user