mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
revert the size change
This commit is contained in:
parent
b1b48d50f3
commit
75302ff162
1 changed files with 1 additions and 1 deletions
|
|
@ -1438,7 +1438,7 @@ void ShortcutSettingsPage::retranslateUi()
|
|||
DlgSettings::DlgSettings(QWidget *parent) : QDialog(parent)
|
||||
{
|
||||
auto rec = QGuiApplication::primaryScreen()->availableGeometry();
|
||||
this->setBaseSize(qMin(700, rec.width()), qMin(700, rec.height()));
|
||||
this->setMinimumSize(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