Revert "[Digital Clock Tooltip] Enable LayoutMirroring"

Accidentally pushed two twings at once

This reverts commit be801f30eb.
wilder-5.14
Kai Uwe Broulik 10 years ago
parent be801f30eb
commit a4749138ba
  1. 2
      applets/clipboard/contents/ui/ClipboardItemDelegate.qml
  2. 3
      applets/digital-clock/package/contents/ui/Tooltip.qml

@ -67,7 +67,7 @@ PlasmaComponents.ListItem {
Rectangle {
anchors.centerIn: parent
rotation: Qt.application.layoutDirection === Qt.RightToLeft ? 90 : -90 // you cannot even rotate gradients without QtGraphicalEffects
rotation: -90 // you cannot even rotate gradients without QtGraphicalEffects
width: parent.height
height: parent.width

@ -32,9 +32,6 @@ Item {
width: childrenRect.width + units.gridUnit
height: childrenRect.height + units.gridUnit
LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
LayoutMirroring.childrenInherit: true
function timeForZone(zone) {
// get the time for the given timezone from the dataengine
var now = dataSource.data[zone]["DateTime"];

Loading…
Cancel
Save