Fix message width making time on its separate line
This commit is contained in:
		@@ -53,8 +53,8 @@ Row {
 | 
			
		||||
            eventList.width - avatar.width - eventContent.spacing,
 | 
			
		||||
            theme.fontSize.normal * 0.5 * 75,  // 600 with 16px font
 | 
			
		||||
            Math.max(
 | 
			
		||||
                nameLabel.visible ? nameLabel.implicitWidth : 0,
 | 
			
		||||
                contentLabel.implicitWidth,
 | 
			
		||||
                nameLabel.visible ? (nameLabel.implicitWidth + 1) : 0,
 | 
			
		||||
                contentLabel.implicitWidth + 1,
 | 
			
		||||
            )
 | 
			
		||||
        )
 | 
			
		||||
        height: childrenRect.height
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user