[DefaultToolTip] Enable LayoutMirroring

This flips the tooltip when using right-to-left languages

CHANGELOG: The standard tooltips are now mirrored when in a right-to-left language

REVIEW: 128662
This commit is contained in:
Kai Uwe Broulik 2016-08-15 13:04:09 +02:00
parent 97a3611c16
commit a60f703e09

View File

@ -35,6 +35,9 @@ Item {
Layout.maximumWidth: childrenRect.width + units.gridUnit
Layout.maximumHeight: childrenRect.height + units.gridUnit
LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
LayoutMirroring.childrenInherit: true
RowLayout {
anchors {