mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
round close button
old-commit-hash: 493937d2d90ba6ed6512975e9821b777ffe1a65c
This commit is contained in:
@@ -221,10 +221,10 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
|
||||
font-size: 90px;
|
||||
font-weight: bold;
|
||||
border 1px grey solid;
|
||||
border-radius: 7px;
|
||||
border-radius: 100px;
|
||||
background-color: #292929;
|
||||
)");
|
||||
close_btn->setFixedSize(200, 180);
|
||||
close_btn->setFixedSize(200, 200);
|
||||
sidebar_layout->addSpacing(45);
|
||||
sidebar_layout->addWidget(close_btn, 0, Qt::AlignLeft);
|
||||
QObject::connect(close_btn, SIGNAL(released()), this, SIGNAL(closeSettings()));
|
||||
|
||||
Reference in New Issue
Block a user