mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Reduce padding in settings popup
This commit is contained in:
parent
6340c4a6b7
commit
8fca7d6058
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ SettingsPopupWidget::SettingsPopupWidget(QWidget *parent) : QWidget(parent, Qt::
|
|||
{
|
||||
// Main layout for the popup itself
|
||||
layout = new QVBoxLayout(this);
|
||||
layout->setContentsMargins(5, 5, 5, 5);
|
||||
|
||||
// Container for the content (with or without scroll area)
|
||||
containerWidget = new QWidget();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue