This commit is contained in:
concordia
2024-03-01 22:49:33 -06:00
parent b1b4bcb29f
commit 7bc4bfc343
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ OscarPilotBasicPanel::OscarPilotBasicPanel(OscarSettingsWindow *parent) : FrogPi
// {"HelloWorld", "Hello World", "Hi!", "../frogpilot/assets/wheel_images/frog.png"},
{
"OpenpilotEnabledToggle","Enable OpenPilot",
"Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off."),
"Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.",
"../assets/offroad/icon_openpilot.png",
},
{

View File

@@ -45,7 +45,7 @@ void OscarSettingsWindow::setCurrentPanel(int index, const QString &param) {
}
OscarSettingsWindow::OscarSettingsWindow(QWidget *parent) : QFrame(parent) {
// goo
// setup two main layouts
sidebar_widget = new QWidget;
QVBoxLayout *sidebar_layout = new QVBoxLayout(sidebar_widget);