Resolved fixed width issue of profile setting's left panel items. Fixes #1794

This commit is contained in:
ace-smart 2021-02-04 23:41:30 +04:00 committed by Iuri Matias
parent 366ebffbe7
commit e0a6f48b8e

View File

@ -28,6 +28,7 @@ ScrollView {
source: "../../../img/profile/" + modelData.filename
active: profileMenu.profileCurrentIndex === modelData.id
Layout.fillWidth: true
width: profileMenu.width
onClicked: function () {
profileMenu.profileCurrentIndex = modelData.id
}