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 { ...@@ -50,9 +50,8 @@ Rectangle {
ColumnLayout { ColumnLayout {
id: avSettingsColumnLayout id: avSettingsColumnLayout
anchors.centerIn: root anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width) width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
// Audio // Audio
......
...@@ -182,9 +182,8 @@ Rectangle { ...@@ -182,9 +182,8 @@ Rectangle {
ColumnLayout { ColumnLayout {
id: currentAccountSettingsColumnLayout id: currentAccountSettingsColumnLayout
anchors.centerIn: root anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width) width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
ToggleSwitch { ToggleSwitch {
......
...@@ -38,9 +38,8 @@ Rectangle { ...@@ -38,9 +38,8 @@ Rectangle {
ColumnLayout { ColumnLayout {
id: generalSettingsColumnLayout id: generalSettingsColumnLayout
anchors.centerIn: root anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width) width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
// system setting panel // system setting panel
......
...@@ -44,9 +44,8 @@ Rectangle { ...@@ -44,9 +44,8 @@ Rectangle {
ColumnLayout { ColumnLayout {
id: pluginSettingsColumnLayout id: pluginSettingsColumnLayout
anchors.centerIn: root anchors.horizontalCenter: root.horizontalCenter
height: root.height
width: Math.min(JamiTheme.maximumWidthSettingsView, root.width) width: Math.min(JamiTheme.maximumWidthSettingsView, root.width)
ToggleSwitch { 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