mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
[VDE] Fix Qt warnings in log (#6605)
* [VDE] Fix Qt warnings in log * fix button size
This commit is contained in:
parent
ef87b54b43
commit
a7bb5254a3
3 changed files with 3 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue