reduce vertical spacing in visual deck storage (#5422)

This commit is contained in:
RickyRister 2025-01-09 03:25:40 -08:00 committed by GitHub
parent 0d7669db2c
commit 22a6ded4f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);