Set content margins.

This commit is contained in:
Brübach, Lukas 2025-11-25 11:58:28 +01:00
parent 33092e1406
commit 90a64c4853
3 changed files with 99 additions and 98 deletions

View file

@ -53,14 +53,9 @@ private:
QVBoxLayout *mainLayout;
QHBoxLayout *navigationLayout;
QVBoxLayout *currentPageLayout;
QPushButton *decksPushButton;
QLineEdit *searchBar;
//QLineEdit *searchBar;
QPushButton *searchPushButton;
// --- Search options UI ---
QWidget *searchOptionsContainer;
QHBoxLayout *searchOptionsLayout;
// Required / basic fields
QLineEdit *nameField; // Deck name substring
QLineEdit *ownerField; // Owner substring
@ -70,6 +65,8 @@ private:
QCheckBox *logicalAndCheck; // Require ALL colors instead of ANY
// Formats
QLabel *formatLabel;
SettingsButtonWidget *formatSettingsWidget;
QVector<QCheckBox *> formatChecks; // Format checkboxes (13 total)
// Page size