Remove margins on table button

This commit is contained in:
Mm2PL 2023-12-02 01:40:41 +01:00
parent 097eb7ba79
commit 6223e3461e
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -35,6 +35,7 @@ ImageUploaderPage::ImageUploaderPage()
container->setContentsMargins(0, 0, 0, 0);
auto buttons = container.emplace<QHBoxLayout>();
buttons->setContentsMargins(0, 0, 0, 0);
auto *forget = buttons.emplace<QPushButton>().getElement();
forget->setText("Remove image from log");
buttons->addStretch();