ui: remove stretch in sunnypilot panel (#520)

* no need to stretch for listwidget

* button moved
This commit is contained in:
Jason Wen
2025-01-05 01:59:30 -05:00
committed by GitHub
parent ee5c1c4507
commit 9c58fa1020
2 changed files with 1 additions and 2 deletions
@@ -49,7 +49,6 @@ SunnypilotPanel::SunnypilotPanel(SettingsWindowSP *parent) : QFrame(parent) {
sunnypilotScroller = new ScrollViewSP(list, this);
vlayout->addWidget(sunnypilotScroller);
vlayout->addStretch(1);
main_layout->addWidget(sunnypilotScreen);
main_layout->addWidget(madsWidget);
+1 -1
View File
@@ -186,7 +186,7 @@ def setup_settings_sunnypilot_mads(click, pm: PubMaster):
setup_settings_device(click, pm)
click(278, 846)
click(970, 250)
click(970, 455)
time.sleep(UI_DELAY)
CASES = {