From 1f41de14a04240dfd993b030306ac251d962a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 1 Apr 2017 19:01:25 +0200 Subject: Fix a lot of style issues in the code for the new GUI. --- plugingui/humanizerframecontent.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'plugingui/humanizerframecontent.h') diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h index 29f76ab..ddbcf6a 100644 --- a/plugingui/humanizerframecontent.h +++ b/plugingui/humanizerframecontent.h @@ -26,19 +26,18 @@ */ #pragma once -#include "widget.h" #include "knob.h" #include "label.h" +#include "widget.h" -namespace GUI { +namespace GUI +{ // TODO move this to an own file? -class LabeledControl - : public Widget +class LabeledControl : public Widget { public: - LabeledControl(Widget* parent, const std::string& name) - : Widget(parent) + LabeledControl(Widget* parent, const std::string& name) : Widget(parent) { layout.setResizeChildren(false); layout.setHAlignment(HAlignment::center); -- cgit v1.2.3