Skip to content

Commit

Permalink
Fix(desktopapp): adding scrollview to storybook
Browse files Browse the repository at this point in the history
Cleaned up binding loop warnings related to
ScrollView and added StatusScrollView in
storybook

As part of #8864
  • Loading branch information
alexandraB99 authored and iurimatias committed Feb 22, 2023
1 parent d00b542 commit 1d6f6c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ StatusScrollView {
objectName: "communityEditPanelScrollView"

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

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

width: 608
height: parent.height

spacing: 12

Expand Down

0 comments on commit 1d6f6c9

Please sign in to comment.