From dd0b9adbfc11a1c23b72208308dd390605e0dba4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 13 Apr 2017 09:19:19 +0100 Subject: [PATCH] Comsetic launcher tweaks. --- src/GUI/MPSettings.qml | 2 +- src/GUI/SettingsSection.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GUI/MPSettings.qml b/src/GUI/MPSettings.qml index 6cd9b858a..f67c33d00 100644 --- a/src/GUI/MPSettings.qml +++ b/src/GUI/MPSettings.qml @@ -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"] } diff --git a/src/GUI/SettingsSection.cxx b/src/GUI/SettingsSection.cxx index e4724629c..206819bff 100644 --- a/src/GUI/SettingsSection.cxx +++ b/src/GUI/SettingsSection.cxx @@ -29,6 +29,7 @@ SettingsSection::SettingsSection(QWidget* pr) : if (!layout()) { QVBoxLayout* vbox = new QVBoxLayout(this); vbox->setMargin(4); + vbox->setSpacing(4); setLayout(vbox); } }