MemberDelegate: fix missing right padding

This commit is contained in:
miruka 2019-09-11 16:49:40 -04:00
parent 2e3d21aa31
commit 5676a369b2
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
- When selecting text and scrolling up, selection stops working after a while
- Ensure all the text that should be copied is copied
- Missing members pane right padding
- Pressing backspace in composer sometimes doesn't work
- Message order isn't preserved when sending a first message in a E2E
room, then while keys are being shared sending one with another account,

View File

@ -4,7 +4,6 @@ import "../../Base"
HTileDelegate {
id: memberDelegate
spacing: roomSidePane.currentSpacing
rightPadding: 0
backgroundColor: theme.chat.roomSidePane.member.background
image: HUserAvatar {