Skip to content
Snippets Groups Projects
Commit f6cee315 authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'bugs-2918' into 'develop'

[+] Add possibility to hiding RightPanel by changing its visibility property

See merge request cellframe/cellframe-dashboard!85
parents d06c90bb a740bdad
No related branches found
No related tags found
1 merge request!85[+] Add possibility to hiding RightPanel by changing its visibility property
Pipeline #1713 passed with stage
in 15 minutes and 19 seconds
......@@ -2,5 +2,5 @@ import QtQuick 2.4
DapAbstractRightPanelForm
{
dapRightPanelWidth: visible? 400 * pt : 0 * pt
}
......@@ -6,7 +6,7 @@ import "qrc:/widgets"
DapRightPanel
{
id: rightPanel
property DapButton dapButtonClose:
DapButton
{
......@@ -21,7 +21,6 @@ DapRightPanel
hoverImageButton: "qrc:/res/icons/close_icon_hover.png"
}
dapHeader.height: 36 * pt
dapFrame.width: 400 * pt
dapFrame.height: parent.height
color: "#F8F7FA"
}
......@@ -3,7 +3,5 @@ import "../../"
DapAbstractRightPanel
{
width: 0
height: 0
visible: false
}
Subproject commit 049c20a0daf0097184e2cc60a4c9811d620d87e5
Subproject commit 7eac2dad9531476d235b1dfaec88f019b01dfbe7
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