From dd7e29191c048a49cbcb154ebd4feb5a2c917545 Mon Sep 17 00:00:00 2001 From: Khalil Selyan <36904941+KhalilSelyan@users.noreply.github.com> Date: Mon, 20 May 2024 14:26:30 +0300 Subject: [PATCH] fix localization label alignment with other labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: M. Fatih Cırıt --- common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp b/common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp index e50764377f315..508575c815de4 100644 --- a/common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp +++ b/common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp @@ -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;