Remove some useless Layout.maximumWidth props
This commit is contained in:
parent
d2dfafb4e7
commit
1abec4cf2c
5
TODO.md
5
TODO.md
|
@ -1,8 +1,6 @@
|
|||
- Use childrenRect stuff
|
||||
- If avatar is set, name color from average color?
|
||||
- banner button repair
|
||||
- Wrong avatar for group rooms
|
||||
- Make sure to not cache user images and that sourceSize is set everywhere
|
||||
- Reduce messages ListView cacheBuffer height once http thumbnails
|
||||
downloading is implemented
|
||||
- HTextField focus effect
|
||||
|
@ -16,8 +14,7 @@
|
|||
no last event room text is displayed
|
||||
|
||||
- Qt 5.12
|
||||
- New input handlers
|
||||
- ECMAScript 7
|
||||
- See about ECMAScript 6 and 7 features
|
||||
- .mjs modules
|
||||
|
||||
- Refactoring
|
||||
|
|
|
@ -29,8 +29,6 @@ HHighlightRectangle {
|
|||
|
||||
HColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth:
|
||||
parent.width - parent.totalSpacing - avatar.width
|
||||
|
||||
HLabel {
|
||||
id: memberName
|
||||
|
|
|
@ -34,8 +34,6 @@ HHighlightRectangle {
|
|||
|
||||
HColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth:
|
||||
parent.width - parent.totalSpacing - roomAvatar.width
|
||||
|
||||
HLabel {
|
||||
id: roomLabel
|
||||
|
|
Loading…
Reference in New Issue
Block a user