Skip to content
Snippets Groups Projects
Commit 4ed03493 authored by Evgenii Tagiltsev's avatar Evgenii Tagiltsev
Browse files

[*] fixed bug

parent d838f1ba
1 merge request!41Bugs 2692
Pipeline #1315 passed with stage
in 22 minutes and 18 seconds
import QtQuick 2.4
DapUiQmlScreenForm {
Rectangle {
property DapUiQmlWidgetRightPanel rightPanel
}
import QtQuick 2.4
import QtQuick.Controls 2.5
Rectangle {
}
......@@ -6,7 +6,7 @@ Rectangle {
property alias header : stackViewHeader
property alias content : stackViewContent
property alias background : rightPanelPage.background
property alias footer: stackViewHeader
property alias footer: stackViewFooter
width: visible ? 400 * pt : 0
color: "#E3E2E6"
......
......@@ -104,7 +104,6 @@
<file>DapUiQmlWidgetRightPanelForm.ui.qml</file>
<file>DapUiQmlWidgetHistoryLastActions.qml</file>
<file>DapUiQmlScreen.qml</file>
<file>DapUiQmlScreenForm.ui.qml</file>
<file>DapUiQmlScreenDialogAddWalletHeader.qml</file>
<file>DapUiQmlWalletCreatedHeader.qml</file>
<file>DapUiQmlWalletCreated.qml</file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment