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?
|
- If avatar is set, name color from average color?
|
||||||
- banner button repair
|
- banner button repair
|
||||||
- Wrong avatar for group rooms
|
- 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
|
- Reduce messages ListView cacheBuffer height once http thumbnails
|
||||||
downloading is implemented
|
downloading is implemented
|
||||||
- HTextField focus effect
|
- HTextField focus effect
|
||||||
|
@ -16,8 +14,7 @@
|
||||||
no last event room text is displayed
|
no last event room text is displayed
|
||||||
|
|
||||||
- Qt 5.12
|
- Qt 5.12
|
||||||
- New input handlers
|
- See about ECMAScript 6 and 7 features
|
||||||
- ECMAScript 7
|
|
||||||
- .mjs modules
|
- .mjs modules
|
||||||
|
|
||||||
- Refactoring
|
- Refactoring
|
||||||
|
|
|
@ -29,8 +29,6 @@ HHighlightRectangle {
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth:
|
|
||||||
parent.width - parent.totalSpacing - avatar.width
|
|
||||||
|
|
||||||
HLabel {
|
HLabel {
|
||||||
id: memberName
|
id: memberName
|
||||||
|
|
|
@ -34,8 +34,6 @@ HHighlightRectangle {
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth:
|
|
||||||
parent.width - parent.totalSpacing - roomAvatar.width
|
|
||||||
|
|
||||||
HLabel {
|
HLabel {
|
||||||
id: roomLabel
|
id: roomLabel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user