[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:
parent
97a3611c16
commit
a60f703e09
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user