summaryrefslogtreecommitdiff
path: root/plugingui/humanizerframecontent.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-01 19:01:25 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-01 19:01:25 +0200
commit1f41de14a04240dfd993b030306ac251d962a843 (patch)
tree08d5ef8b74793909a15cb8f3c0b7732819a41f8a /plugingui/humanizerframecontent.h
parent4739f0bed6e6332fcf2c6ed2b04c4ae161c41060 (diff)
Fix a lot of style issues in the code for the new GUI.
Diffstat (limited to 'plugingui/humanizerframecontent.h')
-rw-r--r--plugingui/humanizerframecontent.h11
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);