Skip to content

Commit d92a626

Browse files
committed
Fix Activity listView's anchors
listView needs an explict anchor.fill: parent because its parent is an Item.
1 parent 67423ba commit d92a626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qml/pages/wallet/Activity.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ PageStack {
8787

8888
ListView {
8989
id: listView
90+
anchors.fill: parent
9091
clip: true
9192
model: walletController.selectedWallet.activityListModel
9293
delegate: ItemDelegate {

0 commit comments

Comments
 (0)