mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
parent
6b63d8ee7a
commit
6216a9536d
@ -20,6 +20,7 @@ StatusScrollView {
|
||||
property CommunitiesStore communitiesStore: CommunitiesStore {}
|
||||
property var importCommunitiesPopup: importCommunitiesPopupComponent
|
||||
property var createCommunitiesPopup: createCommunitiesPopupComponent
|
||||
property int contentPrefferedWidth: 100
|
||||
|
||||
QtObject {
|
||||
id: d
|
||||
@ -38,7 +39,7 @@ StatusScrollView {
|
||||
}
|
||||
|
||||
contentHeight: column.height + d.layoutVMargin
|
||||
contentWidth: column.width + d.layoutHMargin
|
||||
contentWidth: root.contentPrefferedWidth - d.layoutHMargin
|
||||
|
||||
ColumnLayout {
|
||||
id: column
|
||||
@ -87,7 +88,7 @@ StatusScrollView {
|
||||
StatusButton {
|
||||
id: importBtn
|
||||
Layout.fillHeight: true
|
||||
text: qsTr("Import Community")
|
||||
text: qsTr("Import using key")
|
||||
onClicked: Global.openPopup(importCommunitiesPopupComponent)
|
||||
}
|
||||
|
||||
|
@ -545,6 +545,7 @@ Item {
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
|
||||
Layout.fillHeight: true
|
||||
contentPrefferedWidth: appView.width
|
||||
}
|
||||
|
||||
WalletLayout {
|
||||
|
Loading…
x
Reference in New Issue
Block a user