Fix the excess margin of appitem on Deepin

(committed in VM)
This commit is contained in:
RigoLigo 2021-09-07 16:45:18 +08:00
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);