Fix compact mode with new pane
This commit is contained in:
parent
0d25c4caeb
commit
bf20b7864d
2
TODO.md
2
TODO.md
|
@ -4,9 +4,9 @@
|
||||||
- add account number binds
|
- add account number binds
|
||||||
- rename goto*account → scrollto*account
|
- rename goto*account → scrollto*account
|
||||||
|
|
||||||
|
- fix interrupted transitions
|
||||||
- fix back/front buttons in small window
|
- fix back/front buttons in small window
|
||||||
- fix message delegate too tall
|
- fix message delegate too tall
|
||||||
- fix compact mode
|
|
||||||
- fix left rooms opacity
|
- fix left rooms opacity
|
||||||
- fix escape keybinds (filter rooms, message selection)
|
- fix escape keybinds (filter rooms, message selection)
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ HTile {
|
||||||
displayName: accountModel.display_name
|
displayName: accountModel.display_name
|
||||||
mxc: accountModel.avatar_url
|
mxc: accountModel.avatar_url
|
||||||
radius: 0
|
radius: 0
|
||||||
|
compact: account.compact
|
||||||
}
|
}
|
||||||
|
|
||||||
TitleLabel {
|
TitleLabel {
|
||||||
|
|
|
@ -75,7 +75,7 @@ HColumnLayout {
|
||||||
userId: model.id
|
userId: model.id
|
||||||
displayName: model.display_name
|
displayName: model.display_name
|
||||||
mxc: model.avatar_url
|
mxc: model.avatar_url
|
||||||
// compact: account.compact
|
// compact: tile.compact
|
||||||
|
|
||||||
radius: theme.accountsBar.accountList.account.avatarRadius
|
radius: theme.accountsBar.accountList.account.avatarRadius
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user