feat(ProfileSettings): Base layout updated

Removed unnecessary `ColumnLayout` and adjusted sizing of component inside.
This commit is contained in:
Noelia 2024-02-15 19:58:54 +01:00 committed by Noelia
parent d5134fe864
commit 9c3159ecd1
1 changed files with 88 additions and 89 deletions

View File

@ -149,11 +149,11 @@ SettingsContentBase {
}
}
ColumnLayout {
width: root.contentWidth
StackLayout {
id: stackLayout
width: contentWidth
height: contentHeight
currentIndex: profileTabBar.currentIndex
// identity
@ -254,5 +254,4 @@ SettingsContentBase {
}
}
}
}
}