summaryrefslogtreecommitdiffstats
path: root/src/controls/Private/Control.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/Control.qml')
-rw-r--r--src/controls/Private/Control.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Private/Control.qml b/src/controls/Private/Control.qml
index 6b9a44155..f2b234fd8 100644
--- a/src/controls/Private/Control.qml
+++ b/src/controls/Private/Control.qml
@@ -68,6 +68,7 @@ FocusScope {
implicitWidth: __panel ? __panel.implicitWidth: 0
implicitHeight: __panel ? __panel.implicitHeight: 0
+ baselineOffset: __panel ? __panel.baselineOffset: 0
activeFocusOnTab: false
/*! \internal */