mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
@@ -309,13 +309,15 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
|
||||
)");
|
||||
|
||||
// close button
|
||||
QPushButton *close_btn = new QPushButton("X");
|
||||
QPushButton *close_btn = new QPushButton("×");
|
||||
close_btn->setStyleSheet(R"(
|
||||
font-size: 90px;
|
||||
font-size: 140px;
|
||||
padding-bottom: 20px;
|
||||
font-weight: bold;
|
||||
border 1px grey solid;
|
||||
border-radius: 100px;
|
||||
background-color: #292929;
|
||||
font-weight: 400;
|
||||
)");
|
||||
close_btn->setFixedSize(200, 200);
|
||||
sidebar_layout->addSpacing(45);
|
||||
|
||||
Reference in New Issue
Block a user