diff options
Diffstat (limited to 'plugingui/humanizerframecontent.h')
-rw-r--r-- | plugingui/humanizerframecontent.h | 11 |
1 files changed, 5 insertions, 6 deletions
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); |