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

settings: do not stretch settings vertically

Change-Id: Ie1442ba33f31775574b2542d161f6bea37f8e1f6
Gitlab: #118
parent b9e10b02
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,8 @@ Rectangle {
ColumnLayout {
id: avSettingsColumnLayout
anchors.centerIn: root
anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
// Audio
......
......@@ -182,9 +182,8 @@ Rectangle {
ColumnLayout {
id: currentAccountSettingsColumnLayout
anchors.centerIn: root
anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
ToggleSwitch {
......
......@@ -38,9 +38,8 @@ Rectangle {
ColumnLayout {
id: generalSettingsColumnLayout
anchors.centerIn: root
anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
// system setting panel
......
......@@ -44,9 +44,8 @@ Rectangle {
ColumnLayout {
id: pluginSettingsColumnLayout
anchors.centerIn: root
anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
ToggleSwitch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment