[VDE] Fix Qt warnings in log (#6605)

* [VDE] Fix Qt warnings in log

* fix button size
This commit is contained in:
RickyRister 2026-02-18 23:32:56 -08:00 committed by GitHub
parent ef87b54b43
commit a7bb5254a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -19,7 +19,7 @@ VisualDeckEditorSampleHandWidget::VisualDeckEditorSampleHandWidget(QWidget *pare
layout->setSpacing(0);
setLayout(layout);
auto upperLayout = new QVBoxLayout(this);
auto upperLayout = new QVBoxLayout();
upperLayout->setContentsMargins(0, 0, 0, 0);
upperLayout->setSpacing(0);