MemberDeviceSection: elide txt instead of wrapping
Wrapping the text just makes the section overflow when the member pane gets too narrow.
This commit is contained in:
parent
d648156c38
commit
966070b4d6
1
TODO.md
1
TODO.md
|
@ -1,6 +1,5 @@
|
|||
# TODO
|
||||
|
||||
- fix device section headers when members pane is small
|
||||
- when promiting someone in room as admin, rank isn't updated in members list
|
||||
- save and restore status in accounts.json
|
||||
- mark accounts as offline when closing mirage
|
||||
|
|
|
@ -19,7 +19,7 @@ HRowLayout {
|
|||
}
|
||||
|
||||
HLabel {
|
||||
wrapMode: HLabel.Wrap
|
||||
elide: HLabel.ElideRight
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
|
||||
text:
|
||||
|
|
Loading…
Reference in New Issue
Block a user