Skip to content

Commit

Permalink
change autoware control label color
Browse files Browse the repository at this point in the history
Signed-off-by: KhalilSelyan <[email protected]>
  • Loading branch information
KhalilSelyan committed May 17, 2024
1 parent 38d3f2f commit a9ca007
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ QVBoxLayout * AutowareStatePanel::makeOperationModeGroup()
&AutowareStatePanel::onSwitchStateChanged);

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

CustomContainer * group1 = new CustomContainer(this);

Expand Down

0 comments on commit a9ca007

Please sign in to comment.