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 { ...@@ -293,6 +293,14 @@ Rectangle {
Layout.preferredHeight: root.height - header.height - JamiTheme.preferredMarginSize Layout.preferredHeight: root.height - header.height - JamiTheme.preferredMarginSize
color: JamiTheme.secondaryBackgroundColor color: JamiTheme.secondaryBackgroundColor
JamiFlickable {
id: settingsScrollView
property ScrollBar vScrollBar: ScrollBar.vertical
anchors.fill: parent
contentHeight: aboutSwarm.height + JamiTheme.preferredMarginSize
ColumnLayout { ColumnLayout {
id: aboutSwarm id: aboutSwarm
anchors.left: parent.left anchors.left: parent.left
...@@ -569,6 +577,7 @@ Rectangle { ...@@ -569,6 +577,7 @@ Rectangle {
} }
} }
} }
}
JamiListView { JamiListView {
id: members id: members
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment