Home
last modified time | relevance | path

Searched refs:getDeckEditorDeckSize (Results 1 – 3 of 3) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/settings/
H A Dlayoutssettings.h37 const QSize getDeckEditorDeckSize();
H A Dlayoutssettings.cpp39 const QSize LayoutsSettings::getDeckEditorDeckSize() in getDeckEditorDeckSize() function in LayoutsSettings
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dtab_deck_editor.cpp582 deckDock->setMinimumSize(layouts.getDeckEditorDeckSize()); in loadLayout()
583 deckDock->setMaximumSize(layouts.getDeckEditorDeckSize()); in loadLayout()