mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
fix: fix lists overflowing
This commit is contained in:
parent
eac7009807
commit
659eb6c681
@ -100,6 +100,7 @@ ModalPopup {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
model: community.members
|
model: community.members
|
||||||
|
clip: true
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
id: contactRow
|
id: contactRow
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
@ -12,7 +12,7 @@ Item {
|
|||||||
property string headerTitle: ""
|
property string headerTitle: ""
|
||||||
property string headerDescription: ""
|
property string headerDescription: ""
|
||||||
property string headerImageSource: ""
|
property string headerImageSource: ""
|
||||||
height: 300
|
height: 450
|
||||||
|
|
||||||
CommunityPopupButton {
|
CommunityPopupButton {
|
||||||
id: inviteBtn
|
id: inviteBtn
|
||||||
@ -71,8 +71,9 @@ Item {
|
|||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottomMargin: Style.current.halfPadding
|
anchors.bottomMargin: Style.current.bigPadding
|
||||||
spacing: 4
|
spacing: 4
|
||||||
|
clip: true
|
||||||
model: community.members
|
model: community.members
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
id: contactRow
|
id: contactRow
|
||||||
|
@ -13,6 +13,7 @@ ListView {
|
|||||||
model: accounts
|
model: accounts
|
||||||
focus: true
|
focus: true
|
||||||
spacing: Style.current.smallPadding
|
spacing: Style.current.smallPadding
|
||||||
|
clip: true
|
||||||
|
|
||||||
delegate: AddressView {
|
delegate: AddressView {
|
||||||
username: model.username
|
username: model.username
|
||||||
|
Loading…
x
Reference in New Issue
Block a user