MemberDelegate: fix missing right padding
This commit is contained in:
parent
2e3d21aa31
commit
5676a369b2
1
TODO.md
1
TODO.md
|
@ -17,7 +17,6 @@
|
||||||
- When selecting text and scrolling up, selection stops working after a while
|
- When selecting text and scrolling up, selection stops working after a while
|
||||||
- Ensure all the text that should be copied is copied
|
- Ensure all the text that should be copied is copied
|
||||||
|
|
||||||
- Missing members pane right padding
|
|
||||||
- Pressing backspace in composer sometimes doesn't work
|
- Pressing backspace in composer sometimes doesn't work
|
||||||
- Message order isn't preserved when sending a first message in a E2E
|
- 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,
|
room, then while keys are being shared sending one with another account,
|
||||||
|
|
|
@ -4,7 +4,6 @@ import "../../Base"
|
||||||
HTileDelegate {
|
HTileDelegate {
|
||||||
id: memberDelegate
|
id: memberDelegate
|
||||||
spacing: roomSidePane.currentSpacing
|
spacing: roomSidePane.currentSpacing
|
||||||
rightPadding: 0
|
|
||||||
backgroundColor: theme.chat.roomSidePane.member.background
|
backgroundColor: theme.chat.roomSidePane.member.background
|
||||||
|
|
||||||
image: HUserAvatar {
|
image: HUserAvatar {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user