Skip to content
Snippets Groups Projects
Commit f1f60030 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

swarmdetailspanel: add scrollbar to settings

Change-Id: I46e3ef0d00b3db97f4908d84e7b251ee67a861c7
parent fc0ee942
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,14 @@ Rectangle {
Layout.preferredHeight: root.height - header.height - JamiTheme.preferredMarginSize
color: JamiTheme.secondaryBackgroundColor
JamiFlickable {
id: settingsScrollView
property ScrollBar vScrollBar: ScrollBar.vertical
anchors.fill: parent
contentHeight: aboutSwarm.height + JamiTheme.preferredMarginSize
ColumnLayout {
id: aboutSwarm
anchors.left: parent.left
......@@ -569,6 +577,7 @@ Rectangle {
}
}
}
}
JamiListView {
id: members
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment