Skip to content

Commit

Permalink
Modify: Adding time to init view
Browse files Browse the repository at this point in the history
  • Loading branch information
TakahikoHasegawa97 committed Aug 29, 2024
1 parent a9097e7 commit 59f46ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/signage/resource/page/SystemInitializeView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Rectangle {
width: viewController.monitor_width
height: viewController.monitor_height
color: "#ffffff"
CurrentTime {
id: displayCurrentTime
}
Text {
id: systemInitializeTetx

Check warning on line 15 in src/signage/resource/page/SystemInitializeView.qml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Tetx)
color: "#000000"
Expand All @@ -29,7 +32,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
font.pointSize: 36*viewController.size_ratio
font.pointSize: 80*viewController.size_ratio
font.bold: true
elide: Text.ElideMiddle
}
Expand Down

0 comments on commit 59f46ac

Please sign in to comment.