mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
reduce vertical spacing in visual deck storage (#5422)
This commit is contained in:
parent
0d7669db2c
commit
22a6ded4f0
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
VisualDeckStorageSearchWidget::VisualDeckStorageSearchWidget(VisualDeckStorageWidget *parent) : parent(parent)
|
||||
{
|
||||
layout = new QHBoxLayout(this);
|
||||
layout->setContentsMargins(9, 0, 9, 0);
|
||||
setLayout(layout);
|
||||
|
||||
searchBar = new QLineEdit(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue