🐞 fix(UI模块): 修改错误调用

This commit is contained in:
huheng@kylinos.cn 2022-12-01 20:44:29 +08:00
parent 51ca9b39eb
commit 81f76fb3ad
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ FileManageWin::FileManageWin(QWidget *parent) : QWidget(parent)
m_loadAnimation = new LoadAnimation(this); m_loadAnimation = new LoadAnimation(this);
m_stackedWin = new QStackedWidget(this); m_stackedWin = new QStackedWidget(this);
m_stackedWin->setMargin(0); m_stackedWin->setContentsMargins(0, 0, 0, 0);
m_stackedWin->addWidget(m_loadAnimation); m_stackedWin->addWidget(m_loadAnimation);
m_stackedWin->setCurrentIndex(FileManageWin::PageIndex::LoadPage); m_stackedWin->setCurrentIndex(FileManageWin::PageIndex::LoadPage);