Rename Account/Room → AccountDelegate/RoomDelegate
This commit is contained in:
		| @@ -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) | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	