remove the bold clocks
This commit is contained in:
parent
485d88ac3e
commit
e74dfbe455
@ -23,7 +23,6 @@ Column {
|
|||||||
id: timeLabel
|
id: timeLabel
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
font.pointSize: root.font.pointSize * 3
|
font.pointSize: root.font.pointSize * 3
|
||||||
font.bold: true
|
|
||||||
color: root.palette.text
|
color: root.palette.text
|
||||||
renderType: Text.QtRendering
|
renderType: Text.QtRendering
|
||||||
function updateTime() {
|
function updateTime() {
|
||||||
@ -36,7 +35,6 @@ Column {
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
color: root.palette.text
|
color: root.palette.text
|
||||||
font.pointSize: root.font.pointSize * 2
|
font.pointSize: root.font.pointSize * 2
|
||||||
font.bold: true
|
|
||||||
renderType: Text.QtRendering
|
renderType: Text.QtRendering
|
||||||
function updateTime() {
|
function updateTime() {
|
||||||
text = new Date().toLocaleDateString(Qt.locale(config.Locale), config.DateFormat == "short" ? Locale.ShortFormat : config.DateFormat !== "" ? config.DateFormat : Locale.LongFormat)
|
text = new Date().toLocaleDateString(Qt.locale(config.Locale), config.DateFormat == "short" ? Locale.ShortFormat : config.DateFormat !== "" ? config.DateFormat : Locale.LongFormat)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user