Make RoomCategoryDelegate expand icons smaller

This commit is contained in:
miruka 2019-05-16 15:53:17 -04:00
parent 7f3ced682f
commit 532e5a4375
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@
- `MessageDelegate.qml:63: TypeError: 'reloadPreviousItem' not a function`
- UI
- "the tree arrows could be smaller"
- Accounts delegates background
- Server selection
- Register/Forgot? for SignIn dialog

View File

@ -29,6 +29,7 @@ Column {
ExpandButton {
expandableItem: roomCategoryDelegate
iconDimension: 12
}
}