1
0
Fork 0

Comsetic launcher tweaks.

This commit is contained in:
James Turner 2017-04-13 09:19:19 +01:00
parent 3e1a701712
commit dd0b9adbfc
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ Section {
id: enableMP
label: "Connect to the multi-player network"
description: "Flightgear supporters maintain a network of server to enable global multi-user "
+ "flight. This requires a moderately fast Inernet connection to be usable. Your aircraft "
+ "flight. This requires a moderately fast Internet connection to be usable. Your aircraft "
+ "will be visible to other users online, and you will see their aircraft."
keywords: ["network", "mp", "multiplay","online"]
}

View file

@ -29,6 +29,7 @@ SettingsSection::SettingsSection(QWidget* pr) :
if (!layout()) {
QVBoxLayout* vbox = new QVBoxLayout(this);
vbox->setMargin(4);
vbox->setSpacing(4);
setLayout(vbox);
}
}