1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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

This commit is contained in:
dubslow 2014-07-16 17:46:51 -05:00
parent e3da9badac
commit f423c174e7

View File

@ -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);