去掉弹簧

This commit is contained in:
赵民勇 2022-11-02 14:30:19 +08:00
parent b4981b62d5
commit 4797bc96ec
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ void LeftsiderbarWidget::initUi()
m_leftSideBarVLayout->addLayout(hbarLayout);
m_leftSideBarVLayout->addSpacing(8);
m_leftSideBarVLayout->addStretch();
m_leftSideBarVLayout->setAlignment(Qt::AlignTop);
}
LeftsiderbarWidget::~LeftsiderbarWidget()