Skip to content

Commit dd7e291

Browse files
KhalilSelyanxmfcx
andauthored
fix localization label alignment with other labels
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
1 parent 97caa6f commit dd7e291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ QVBoxLayout * AutowareStatePanel::makeLocalizationGroup()
263263
connect(init_by_gnss_button_ptr_, SIGNAL(clicked()), SLOT(onClickInitByGnss()));
264264

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

269269
auto * horizontal_layout = new QHBoxLayout;

0 commit comments

Comments
 (0)