added AboutPage back in again

This commit is contained in:
fourtf
2018-01-13 00:04:47 +01:00
parent 7772f245f6
commit 2f0658935a
3 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ CommandPage::CommandPage()
: SettingsPage("Commands", ":/images/commands.svg")
{
util::LayoutCreator<CommandPage> layoutCreator(this);
auto layout = layoutCreator.emplace<QVBoxLayout>();
auto layout = layoutCreator.emplace<QVBoxLayout>().withoutMargin();
layout.emplace<QLabel>(TEXT)->setWordWrap(true);