mirror of https://gitee.com/cxasm/notepad--.git
Update aboutndd.cpp 修复缩进
This commit is contained in:
parent
642de93f05
commit
134e2e2492
|
@ -6,8 +6,8 @@ AboutNdd::AboutNdd(QWidget *parent)
|
|||
ui.setupUi(this);
|
||||
|
||||
ui.label->setOpenExternalLinks(true);
|
||||
// 隐藏最大化、最小化按钮
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowMinMaxButtonsHint);
|
||||
// 隐藏最大化、最小化按钮
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowMinMaxButtonsHint);
|
||||
}
|
||||
|
||||
AboutNdd::~AboutNdd()
|
||||
|
|
Loading…
Reference in New Issue