fix styles

This commit is contained in:
uncor3
2025-10-19 03:42:09 -07:00
parent 383204c879
commit b30da266aa
6 changed files with 31 additions and 21 deletions
+2
View File
@@ -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);