Comsetic launcher tweaks.
This commit is contained in:
parent
3e1a701712
commit
dd0b9adbfc
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ Section {
|
||||||
id: enableMP
|
id: enableMP
|
||||||
label: "Connect to the multi-player network"
|
label: "Connect to the multi-player network"
|
||||||
description: "Flightgear supporters maintain a network of server to enable global multi-user "
|
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."
|
+ "will be visible to other users online, and you will see their aircraft."
|
||||||
keywords: ["network", "mp", "multiplay","online"]
|
keywords: ["network", "mp", "multiplay","online"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,6 +29,7 @@ SettingsSection::SettingsSection(QWidget* pr) :
|
||||||
if (!layout()) {
|
if (!layout()) {
|
||||||
QVBoxLayout* vbox = new QVBoxLayout(this);
|
QVBoxLayout* vbox = new QVBoxLayout(this);
|
||||||
vbox->setMargin(4);
|
vbox->setMargin(4);
|
||||||
|
vbox->setSpacing(4);
|
||||||
setLayout(vbox);
|
setLayout(vbox);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue