From 9449e3b4392398c16708723079b7bd857bc37020 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Mon, 24 Jul 2017 17:30:55 +0200 Subject: [PATCH] Refactor to be an Item instead of toolbutton --- retroshare-qml-app/src/components/TextAndIcon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-qml-app/src/components/TextAndIcon.qml b/retroshare-qml-app/src/components/TextAndIcon.qml index b825a05ab..10951687e 100644 --- a/retroshare-qml-app/src/components/TextAndIcon.qml +++ b/retroshare-qml-app/src/components/TextAndIcon.qml @@ -2,7 +2,7 @@ import QtQuick 2.0 import QtQuick.Controls 2.0 -ToolButton +Item { height: icon.height + 5