Reduce tag display widget spacing (#5731)

* Reduce tag display widget spacing

* Reduce bottom margin in deck dock
This commit is contained in:
RickyRister 2025-03-16 16:02:06 -07:00 committed by GitHub
parent 2739550087
commit 6b4ae8308a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -105,6 +105,8 @@ void DeckEditorDeckDockWidget::createDeckDock()
auto *upperLayout = new QGridLayout;
upperLayout->setObjectName("upperLayout");
upperLayout->setContentsMargins(11, 11, 11, 0);
upperLayout->addWidget(nameLabel, 0, 0);
upperLayout->addWidget(nameEdit, 0, 1);