Rename Account/Room → AccountDelegate/RoomDelegate
This commit is contained in:
parent
0c9474598c
commit
475b07793d
|
@ -38,7 +38,7 @@ Rectangle {
|
|||
|
||||
model: ModelStore.get("matching_accounts")
|
||||
|
||||
delegate: Account {
|
||||
delegate: AccountDelegate {
|
||||
width: accountList.cellWidth
|
||||
height: accountList.cellHeight
|
||||
padded: false
|
||||
|
|
|
@ -15,7 +15,7 @@ HListView {
|
|||
|
||||
DelegateChoice {
|
||||
roleValue: "Account"
|
||||
Account {
|
||||
AccountDelegate {
|
||||
width: roomList.width
|
||||
leftPadding: theme.spacing
|
||||
rightPadding: 0 // the right buttons have padding
|
||||
|
@ -38,7 +38,7 @@ HListView {
|
|||
|
||||
DelegateChoice {
|
||||
roleValue: "Room"
|
||||
Room {
|
||||
RoomDelegate {
|
||||
width: roomList.width
|
||||
onLeftClicked: showItemAtIndex(model.index)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user