From fbb458f4c374373552052344115728b82c71cab8 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Mon, 12 Jun 2017 15:48:23 +0200 Subject: [PATCH] Delete lines to change toolbar text --- retroshare-qml-app/src/ChatBubbleDelegate.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/retroshare-qml-app/src/ChatBubbleDelegate.qml b/retroshare-qml-app/src/ChatBubbleDelegate.qml index a0e27a4b4..fc4f03f4a 100644 --- a/retroshare-qml-app/src/ChatBubbleDelegate.qml +++ b/retroshare-qml-app/src/ChatBubbleDelegate.qml @@ -2,6 +2,7 @@ import QtQuick 2.7 import QtQuick.Layouts 1.2 import QtQuick.Controls 2.0 import "." // To load styles +import "./components" Item { @@ -95,11 +96,6 @@ Item { } - Component.onCompleted: { - toolBar.state = "CHATVIEW" - toolBar.titleText = model.author_name - } - function getMessageTime(){ var timeFormat = "hh:mm";