feat(ProfileSettings): Base layout updated
Removed unnecessary `ColumnLayout` and adjusted sizing of component inside.
This commit is contained in:
parent
d5134fe864
commit
9c3159ecd1
|
@ -149,11 +149,11 @@ SettingsContentBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
|
||||||
width: root.contentWidth
|
|
||||||
|
|
||||||
StackLayout {
|
StackLayout {
|
||||||
id: stackLayout
|
id: stackLayout
|
||||||
|
|
||||||
|
width: contentWidth
|
||||||
|
height: contentHeight
|
||||||
currentIndex: profileTabBar.currentIndex
|
currentIndex: profileTabBar.currentIndex
|
||||||
|
|
||||||
// identity
|
// identity
|
||||||
|
@ -254,5 +254,4 @@ SettingsContentBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue