Skip to content
Snippets Groups Projects

[+] Added a mechanism to hide the right panel.

Merged andrey.daragan requested to merge bugs-2918 into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -18,8 +18,11 @@ Rectangle
property alias dapContentPanel: contentItemRightPanel
///@detalis Content of the current right panel.
property Item dapContentItemData
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
property int dapRightPanelWidth
anchors.fill: parent
width: dapRightPanelWidth
// Install right panel title
Item
Loading