From 6346134e9d2fb24fc20399f4f1999a573af54520 Mon Sep 17 00:00:00 2001 From: "andrey.daragan" <daragan.andrey@demlabs.net> Date: Wed, 12 Feb 2020 12:49:56 +0000 Subject: [PATCH] features-2607 --- widgets/DapTabForm.ui.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/widgets/DapTabForm.ui.qml b/widgets/DapTabForm.ui.qml index 778f4fe..a5d6ee6 100644 --- a/widgets/DapTabForm.ui.qml +++ b/widgets/DapTabForm.ui.qml @@ -1,4 +1,4 @@ -//**************************************************************************** +//**************************************************************************** // Implements a general view of the tab. //**************************************************************************** @@ -20,6 +20,8 @@ Rectangle ///@detalis Tab frame. property alias dapFrame: frameTab + property alias rightPanel: rightPanel + anchors.fill: parent // Install the top panel widget -- GitLab