mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 12:08:53 +00:00
Resolved fixed width issue of profile setting's left panel items. Fixes #1794
This commit is contained in:
parent
366ebffbe7
commit
e0a6f48b8e
@ -28,6 +28,7 @@ ScrollView {
|
|||||||
source: "../../../img/profile/" + modelData.filename
|
source: "../../../img/profile/" + modelData.filename
|
||||||
active: profileMenu.profileCurrentIndex === modelData.id
|
active: profileMenu.profileCurrentIndex === modelData.id
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
width: profileMenu.width
|
||||||
onClicked: function () {
|
onClicked: function () {
|
||||||
profileMenu.profileCurrentIndex = modelData.id
|
profileMenu.profileCurrentIndex = modelData.id
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user