mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-18 11:32:20 +08:00
Fix the excess margin of appitem on Deepin
(committed in VM)
This commit is contained in:
parent
c0789ca72f
commit
d2ab7cfbf7
@ -32,6 +32,7 @@ SpkAppItem::SpkAppItem(int appId, QWidget *parent) : QWidget(parent)
|
||||
mLayText->addWidget(mDescription);
|
||||
mLayText->setAlignment(Qt::AlignTop);
|
||||
|
||||
mMainLay->setMargin(5);
|
||||
mMainLay->addWidget(mIcon);
|
||||
mMainLay->addLayout(mLayText);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user