Skip to content

Commit a9ca007

Browse files
author
KhalilSelyan
committed
change autoware control label color
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent 38d3f2f commit a9ca007

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ QVBoxLayout * AutowareStatePanel::makeOperationModeGroup()
177177
&AutowareStatePanel::onSwitchStateChanged);
178178

179179
control_mode_label_ptr_ = new QLabel("Autoware Control");
180-
// set its width to fit the text
181-
control_mode_label_ptr_->setFixedWidth(
182-
control_mode_label_ptr_->fontMetrics().horizontalAdvance("Autoware Control"));
180+
control_mode_label_ptr_->setStyleSheet("color: #d0e6f2; font-weight: bold;");
183181

184182
CustomContainer * group1 = new CustomContainer(this);
185183

0 commit comments

Comments
 (0)