We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d3f2f commit a9ca007Copy full SHA for a9ca007
common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp
@@ -177,9 +177,7 @@ QVBoxLayout * AutowareStatePanel::makeOperationModeGroup()
177
&AutowareStatePanel::onSwitchStateChanged);
178
179
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"));
+ control_mode_label_ptr_->setStyleSheet("color: #d0e6f2; font-weight: bold;");
183
184
CustomContainer * group1 = new CustomContainer(this);
185
0 commit comments