From 365e5ab4c1871f656f9754db07ccb59c60763061 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 17 Jun 2020 18:58:39 -0400 Subject: [PATCH] fix require for components folder --- ui/app/AppLayouts/Wallet/HistoryTab.qml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/HistoryTab.qml b/ui/app/AppLayouts/Wallet/HistoryTab.qml index 7a33d1066c..0ddf911059 100644 --- a/ui/app/AppLayouts/Wallet/HistoryTab.qml +++ b/ui/app/AppLayouts/Wallet/HistoryTab.qml @@ -1,5 +1,5 @@ import QtQuick 2.3 -import "./components" +import "./Components" import "../../../imports" Item { @@ -139,3 +139,9 @@ Item { } } + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/