diff --git a/src/settingsview/components/AvSettingPage.qml b/src/settingsview/components/AvSettingPage.qml
index eba0c1e4176db141a1bac1be77a4cb2d1fad3ccf..19fb86bd20920f17221abe01e0841c81b2cb8275 100644
--- a/src/settingsview/components/AvSettingPage.qml
+++ b/src/settingsview/components/AvSettingPage.qml
@@ -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
diff --git a/src/settingsview/components/CurrentAccountSettings.qml b/src/settingsview/components/CurrentAccountSettings.qml
index 04696be95c7402f4f7b204189b8c968ef19223cd..4f0484ed14e64319016185e92f28cb1eb8dc1ea6 100644
--- a/src/settingsview/components/CurrentAccountSettings.qml
+++ b/src/settingsview/components/CurrentAccountSettings.qml
@@ -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 {
diff --git a/src/settingsview/components/GeneralSettingsPage.qml b/src/settingsview/components/GeneralSettingsPage.qml
index f6ae17928e84a8965a5dbca5e40dc67f134ba394..9659448ac923808eed228104137856921bda8b7a 100644
--- a/src/settingsview/components/GeneralSettingsPage.qml
+++ b/src/settingsview/components/GeneralSettingsPage.qml
@@ -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
diff --git a/src/settingsview/components/PluginSettingsPage.qml b/src/settingsview/components/PluginSettingsPage.qml
index df8e5fb1062dc3281a97e81ceadff98c29ce340a..f1d9b7d2b12ff26154f8f92ab562c884654bc9a0 100644
--- a/src/settingsview/components/PluginSettingsPage.qml
+++ b/src/settingsview/components/PluginSettingsPage.qml
@@ -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 {