mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix styles
This commit is contained in:
@@ -365,8 +365,10 @@ void AppsWidget::createAppCard(const QString &name, const QString &bundleId,
|
||||
connect(downloadIpaLabel, &ZLabel::clicked, this,
|
||||
[this, name, bundleId]() { onDownloadIpaClicked(name, bundleId); });
|
||||
|
||||
buttonsLayout->addStretch();
|
||||
buttonsLayout->addWidget(installLabel);
|
||||
buttonsLayout->addWidget(downloadIpaLabel);
|
||||
buttonsLayout->addStretch();
|
||||
|
||||
cardLayout->addLayout(buttonsLayout);
|
||||
gridLayout->addWidget(cardWidget, row, col);
|
||||
|
||||
Reference in New Issue
Block a user