Skip to content

Commit 91063ea

Browse files
committed
qml: fix "Unable to assign [undefined] to int" warning on peers page
1 parent 8227310 commit 91063ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/pages/node/Peers.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Page {
3636
height: toggleButtons.height
3737
contentWidth: toggleButtons.width
3838
boundsMovement: width == toggleButtons.width ?
39-
Flickable.StopAtBound : Flickable.FollowBoundsBehavior
39+
Flickable.StopAtBounds : Flickable.FollowBoundsBehavior
4040
RowLayout {
4141
id: toggleButtons
4242
spacing: 10

0 commit comments

Comments
 (0)