mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +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
|
||||
active: profileMenu.profileCurrentIndex === modelData.id
|
||||
Layout.fillWidth: true
|
||||
width: profileMenu.width
|
||||
onClicked: function () {
|
||||
profileMenu.profileCurrentIndex = modelData.id
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user