Fix room banners height
This commit is contained in:
		
							
								
								
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							@@ -10,6 +10,7 @@
 | 
				
			|||||||
  - Sending `` → not clickable?
 | 
					  - Sending `` → not clickable?
 | 
				
			||||||
  - Icons, images and HStyle singleton aren't reloaded
 | 
					  - Icons, images and HStyle singleton aren't reloaded
 | 
				
			||||||
  - `MessageDelegate.qml:63: TypeError: 'reloadPreviousItem' not a function`
 | 
					  - `MessageDelegate.qml:63: TypeError: 'reloadPreviousItem' not a function`
 | 
				
			||||||
 | 
					  - RoomEventsList scrolling when resizing the window
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- UI
 | 
					- UI
 | 
				
			||||||
  - Accounts delegates background
 | 
					  - Accounts delegates background
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ import "../../Base"
 | 
				
			|||||||
HRectangle {
 | 
					HRectangle {
 | 
				
			||||||
    id: banner
 | 
					    id: banner
 | 
				
			||||||
    Layout.fillWidth: true
 | 
					    Layout.fillWidth: true
 | 
				
			||||||
    Layout.preferredHeight: HStyle.avatar.size
 | 
					    Layout.preferredHeight: HStyle.bottomElementsHeight
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    property alias avatar: bannerAvatar
 | 
					    property alias avatar: bannerAvatar
 | 
				
			||||||
    property alias icon: bannerIcon
 | 
					    property alias icon: bannerIcon
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user