diff options
| author | Aurelian R <arusanu@gmail.com> | 2026-05-12 13:01:40 +0300 |
|---|---|---|
| committer | Aurelian R <arusanu@gmail.com> | 2026-05-12 13:01:40 +0300 |
| commit | 182691ef411c3218fb82e444af4032ef45e47c71 (patch) | |
| tree | d38851a36e181f1127aea738c03dd8d22bc86121 /Components | |
| parent | 9a0d8aaf18c6683af011d7bd005c30466a1e24d8 (diff) | |
| download | mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar.gz mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar.bz2 mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar.xz mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.zip | |
Revert to commit 74b89b4428f296be098a6cad061d356ff026a9ef
Diffstat (limited to 'Components')
| -rw-r--r-- | Components/Clock.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Components/Clock.qml b/Components/Clock.qml index a9c4286..f03d0bf 100644 --- a/Components/Clock.qml +++ b/Components/Clock.qml @@ -22,7 +22,7 @@ * ***************************************************************************/ -import QtQuick 2.15 +import QtQuick 2.0 Column { id: container @@ -54,7 +54,7 @@ Column { color: container.color - text : Qt.formatDate(container.dateTime, Locale.LongFormat) + text : Qt.formatDate(container.dateTime, Qt.DefaultLocaleLongDate) font.pointSize: 24 } |
