mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Change Settings from Min to Base Size
This commit is contained in:
parent
914002f846
commit
3cd7a04002
1 changed files with 1 additions and 1 deletions
|
|
@ -1382,7 +1382,7 @@ void ShortcutSettingsPage::retranslateUi()
|
|||
DlgSettings::DlgSettings(QWidget *parent) : QDialog(parent)
|
||||
{
|
||||
auto rec = QGuiApplication::primaryScreen()->availableGeometry();
|
||||
this->setMinimumSize(qMin(700, rec.width()), qMin(700, rec.height()));
|
||||
this->setBaseSize(qMin(700, rec.width()), qMin(700, rec.height()));
|
||||
|
||||
connect(&SettingsCache::instance(), SIGNAL(langChanged()), this, SLOT(updateLanguage()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue