Skip to content

Commit

Permalink
Fix overstretched options dialog. Closes #1293.
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgehammer999 committed Jan 26, 2014
1 parent 65ec3d0 commit 5917b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/options_imp.cpp
Expand Up @@ -266,8 +266,8 @@ options_imp::options_imp(QWidget *parent):
connect(advancedSettings, SIGNAL(settingsChanged()), this, SLOT(enableApplyButton()));

// Adapt size
loadWindowState();
show();
loadWindowState();
}

void options_imp::initializeLanguageCombo()
Expand Down

0 comments on commit 5917b33

Please sign in to comment.