mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
fix drive stats offset on home screen
old-commit-hash: 7466ad68023ee555a45431196c93a43320492e84
This commit is contained in:
@@ -100,6 +100,7 @@ OffroadHome::OffroadHome(QWidget* parent) : QWidget(parent) {
|
||||
center_layout = new QStackedLayout();
|
||||
|
||||
QHBoxLayout* statsAndSetup = new QHBoxLayout();
|
||||
statsAndSetup->setMargin(0);
|
||||
|
||||
DriveStats* drive = new DriveStats;
|
||||
drive->setFixedSize(800, 800);
|
||||
|
||||
Reference in New Issue
Block a user