|
|
@ -309,13 +309,15 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) { |
|
|
|
)"); |
|
|
|
)"); |
|
|
|
|
|
|
|
|
|
|
|
// close button
|
|
|
|
// close button
|
|
|
|
QPushButton *close_btn = new QPushButton("X"); |
|
|
|
QPushButton *close_btn = new QPushButton("×"); |
|
|
|
close_btn->setStyleSheet(R"( |
|
|
|
close_btn->setStyleSheet(R"( |
|
|
|
font-size: 90px; |
|
|
|
font-size: 140px; |
|
|
|
|
|
|
|
padding-bottom: 20px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
border 1px grey solid; |
|
|
|
border 1px grey solid; |
|
|
|
border-radius: 100px; |
|
|
|
border-radius: 100px; |
|
|
|
background-color: #292929; |
|
|
|
background-color: #292929; |
|
|
|
|
|
|
|
font-weight: 400; |
|
|
|
)"); |
|
|
|
)"); |
|
|
|
close_btn->setFixedSize(200, 200); |
|
|
|
close_btn->setFixedSize(200, 200); |
|
|
|
sidebar_layout->addSpacing(45); |
|
|
|
sidebar_layout->addSpacing(45); |
|
|
|