fixes content overlay in add chat tabs
This commit is contained in:
		| @@ -26,8 +26,17 @@ HPage { | ||||
|             HTabButton { text: qsTr("Create group") } | ||||
|         } | ||||
|  | ||||
|         DirectChat { userId: page.userId } | ||||
|         JoinRoom { userId: page.userId } | ||||
|         CreateRoom { userId: page.userId } | ||||
|         DirectChat { | ||||
|             userId: page.userId | ||||
|             implicitWidth: 0 | ||||
|         } | ||||
|         JoinRoom { | ||||
|             userId: page.userId | ||||
|             implicitWidth: 0 | ||||
|         } | ||||
|         CreateRoom { | ||||
|             userId: page.userId | ||||
|             implicitWidth: 0 | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	