Remove some useless Layout.maximumWidth props

This commit is contained in:
miruka 2019-07-16 05:55:07 -04:00
parent d2dfafb4e7
commit 1abec4cf2c
3 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -29,8 +29,6 @@ HHighlightRectangle {
HColumnLayout {
Layout.fillWidth: true
Layout.maximumWidth:
parent.width - parent.totalSpacing - avatar.width
HLabel {
id: memberName

View File

@ -34,8 +34,6 @@ HHighlightRectangle {
HColumnLayout {
Layout.fillWidth: true
Layout.maximumWidth:
parent.width - parent.totalSpacing - roomAvatar.width
HLabel {
id: roomLabel