Skip to content

Commit

Permalink
fix(statusApp): resolving qml errors/warnings pt2.1
Browse files Browse the repository at this point in the history
Relates to #8864
  • Loading branch information
alexandraB99 authored and iurimatias committed Feb 22, 2023
1 parent 1d6f6c9 commit 28f77ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ StatusScrollView {
objectName: "communityEditPanelScrollView"

implicitWidth: contentWidth
implicitHeight: layout.childrenRect.height
contentHeight: layout.implicitHeight

property alias name: nameInput.text
property alias description: descriptionTextInput.text
Expand Down Expand Up @@ -54,7 +54,6 @@ StatusScrollView {
id: layout

width: 608
height: parent.height

spacing: 12

Expand Down
2 changes: 2 additions & 0 deletions ui/app/AppLayouts/Wallet/views/CollectiblesView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import shared.panels 1.0

import utils 1.0

import utils 1.0

import "collectibles"

Item {
Expand Down

0 comments on commit 28f77ed

Please sign in to comment.