X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=qml%2Fpages%2FDurationEditDialog.qml;fp=qml%2Fpages%2FDurationEditDialog.qml;h=c4e256be5eae1c91fff097745b8a5745dc83d33d;hp=c1a577b9ac10f360dd521b48527b2cb487ca6aac;hb=5fc520bad80dccf9bf2e0f16552c9f2605417067;hpb=c0284f613fd20fdedc5ef60de9893c74601ede6d diff --git a/qml/pages/DurationEditDialog.qml b/qml/pages/DurationEditDialog.qml index c1a577b..c4e256b 100644 --- a/qml/pages/DurationEditDialog.qml +++ b/qml/pages/DurationEditDialog.qml @@ -11,6 +11,7 @@ Dialog { property alias minute: timePicker.minute property Item timePicker: timePicker + //: Can have two values: "LTR" if remaining time in timer item should be written in "[value] [unit]" order i.e. "2 min", or "RTL" i.e. right-to-left like in Arabic writing systems property bool leftToRight: qsTr("LTR") !== "RTL" canAccept: true @@ -45,7 +46,6 @@ Dialog { id: timerLabelColumn anchors.centerIn: parent - //: Can have two values: "LTR" if remaining time in timer item should be written in "[value] [unit]" order i.e. "2 min", or "RTL" i.e. right-to-left like in Arabic writing systems spacing: -Theme.paddingMedium Row { spacing: Theme.paddingSmall