mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
[TabDeckEditor] Save cardDatabase dock size in settings (#6524)
This commit is contained in:
parent
57e6c91689
commit
93f0715d02
3 changed files with 17 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class LayoutsSettings : public SettingsManager
|
|||
public:
|
||||
void setDeckEditorLayoutState(const QByteArray &value);
|
||||
void setDeckEditorGeometry(const QByteArray &value);
|
||||
void setDeckEditorCardDatabaseSize(const QSize &value);
|
||||
void setDeckEditorCardSize(const QSize &value);
|
||||
void setDeckEditorDeckSize(const QSize &value);
|
||||
void setDeckEditorPrintingSelectorSize(const QSize &value);
|
||||
|
|
@ -41,6 +42,7 @@ public:
|
|||
|
||||
const QByteArray getDeckEditorLayoutState();
|
||||
const QByteArray getDeckEditorGeometry();
|
||||
QSize getDeckEditorCardDatabaseSize();
|
||||
QSize getDeckEditorCardSize();
|
||||
QSize getDeckEditorDeckSize();
|
||||
QSize getDeckEditorPrintingSelectorSize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue