mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
Merge pull request #14 from status-im/select_chat
change selected list on click
This commit is contained in:
commit
70c15d9266
7
main.qml
7
main.qml
@ -261,6 +261,7 @@ ApplicationWindow {
|
||||
|
||||
Component {
|
||||
id: chatViewDelegate
|
||||
|
||||
Rectangle {
|
||||
id: wrapper
|
||||
height: 64
|
||||
@ -272,6 +273,12 @@ ApplicationWindow {
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 16
|
||||
radius: 8
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: listView.currentIndex = index
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: contactImage
|
||||
width: 40
|
||||
|
Loading…
x
Reference in New Issue
Block a user