summaryrefslogtreecommitdiffstats
path: root/src/controls/Private/Control.qml
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2013-09-09 12:51:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 18:27:18 +0200
commit2ab5962b7a8af8d63023b8118082b49c33493121 (patch)
treee257813688f2a04f24c8fc02a6c9f9e44babcb62 /src/controls/Private/Control.qml
parent36d1c9834c5e1951e6ec8ed70793e74441109a88 (diff)
Pick up baselineOffset from the style.
Change-Id: I126fd3d9b399fa3a7c62685060fd49b1cea4df62 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
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 */