Skip to content

Commit

Permalink
fix localization label alignment with other labels
Browse files Browse the repository at this point in the history
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
KhalilSelyan and xmfcx authored May 20, 2024
1 parent 97caa6f commit dd7e291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ QVBoxLayout * AutowareStatePanel::makeLocalizationGroup()
connect(init_by_gnss_button_ptr_, SIGNAL(clicked()), SLOT(onClickInitByGnss()));

localization_icon = new CustomIconLabel(QColor("#84c2e6"));
QLabel * localization_label = new QLabel(" Localization");
QLabel * localization_label = new QLabel("Localization");
localization_label->setStyleSheet("color: #d0e6f2; font-weight: bold;");

auto * horizontal_layout = new QHBoxLayout;
Expand Down

0 comments on commit dd7e291

Please sign in to comment.