Skip to content

Commit

Permalink
modify signage outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
saka1-s committed Nov 20, 2024
1 parent a649d5d commit b9e51f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/signage/resource/page/EmergencyStopView/EmergencyStop.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Rectangle {
id: emergencyStopView
width: viewController.monitor_width
height: viewController.monitor_height
color: "#f60000"
color: "#ffffff"
Text {
id: emergencyStopText
color: "#ffffff"
text: qsTr("緊急停止中")
color: "#000000"
text: qsTr("安全のため停止中")
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.verticalCenter
horizontalAlignment: Text.AlignHCenter
Expand All @@ -21,7 +21,7 @@ Rectangle {

Text {
id: emergencyStopEnText
color: "#ffffff"
color: "#000000"
text: qsTr("Emergency Stop")
anchors.top: emergencyStopText.bottom
anchors.horizontalCenter: parent.horizontalCenter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Rectangle {
id: emergencyStoppingView
width: viewController.monitor_width
height: viewController.monitor_height
color: "#f60000"
color: "#ffffff"
Text {
id: emergencyStoppingText
color: "#ffffff"
color: "#000000"
text: qsTr("只今オペレータ対応中です")
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.verticalCenter
Expand All @@ -21,7 +21,7 @@ Rectangle {

Text {
id: emergencyStoppingEnText
color: "#ffffff"
color: "#000000"
text: qsTr("Now the operator is working on it")
anchors.top: emergencyStoppingText.bottom
anchors.horizontalCenter: parent.horizontalCenter
Expand Down

0 comments on commit b9e51f6

Please sign in to comment.