Don't vertically center message avatars
This commit is contained in:
parent
9de34d4d3f
commit
579ec94094
6
TODO.md
6
TODO.md
|
@ -19,13 +19,11 @@
|
||||||
- Video: missing buttons and small size problems
|
- Video: missing buttons and small size problems
|
||||||
- Audio: online playback is buggy, must download+play file
|
- Audio: online playback is buggy, must download+play file
|
||||||
|
|
||||||
- With this as eventText: `https://0x0.st/ztXe.png`, shrinking the window
|
- Shrinking the window near its minimum size (seen at 262px) makes
|
||||||
near its minimum size (seen at 262px) makes the image preview
|
image preview position/padding wrong
|
||||||
left padding wrong
|
|
||||||
- In the "Leave me" room, "join > Hi > left" aren't combined
|
- In the "Leave me" room, "join > Hi > left" aren't combined
|
||||||
- GIF glitchy border
|
- GIF glitchy border
|
||||||
- Combined pure media events time looks bad
|
- Combined pure media events time looks bad
|
||||||
- Avatars shouldn't be vertically centered
|
|
||||||
|
|
||||||
- Copy to X11 selection with new CppUtils class
|
- Copy to X11 selection with new CppUtils class
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ HRowLayout {
|
||||||
Layout.minimumHeight: collapseAvatar ? 1 : smallAvatar ? 28 : 58
|
Layout.minimumHeight: collapseAvatar ? 1 : smallAvatar ? 28 : 58
|
||||||
Layout.maximumWidth: Layout.minimumWidth
|
Layout.maximumWidth: Layout.minimumWidth
|
||||||
Layout.maximumHeight: Layout.minimumHeight
|
Layout.maximumHeight: Layout.minimumHeight
|
||||||
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
HUserAvatar {
|
HUserAvatar {
|
||||||
id: avatar
|
id: avatar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user