Skip to content

Commit 6958e41

Browse files
author
KhalilSelyan
committed
Fix maximum height of AutowareStatePanel in autoware_state_panel.cpp
1 parent d389a74 commit 6958e41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ AutowareStatePanel::AutowareStatePanel(QWidget * parent) : rviz_common::Panel(pa
3939
this->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
4040
this->setMinimumWidth(550);
4141
this->setMaximumWidth(550);
42+
// max height
43+
this->setMaximumHeight(800);
4244

4345
// Layout
4446
auto * main_v_layout = new QVBoxLayout;

0 commit comments

Comments
 (0)