Browse Source

forgot a button, also the ui is fucked at default size (expand a few pixels and its fine though)

pull/147/head
dubslow 11 years ago
parent
commit
f423c174e7
  1. 1
      widget/form/settingsform.cpp

1
widget/form/settingsform.cpp

@ -76,6 +76,7 @@ SettingsForm::SettingsForm() @@ -76,6 +76,7 @@ SettingsForm::SettingsForm()
buttons.addWidget(&delConf);
hboxcont2->setLayout(&buttons);
layout.addWidget(hboxcont2);
layout.addWidget(&importConf);
layout.addWidget(&videoTest);
layout.addWidget(&enableIPv6);
layout.addWidget(&useTranslations);

Loading…
Cancel
Save