* Fix close button design * center
@ -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);