mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
Fix the excess margin of appitem on Deepin
(committed in VM)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user