summaryrefslogtreecommitdiff
path: root/client/macrodrawer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/macrodrawer.cc')
-rw-r--r--client/macrodrawer.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/macrodrawer.cc b/client/macrodrawer.cc
index a28e7da..f42a3b7 100644
--- a/client/macrodrawer.cc
+++ b/client/macrodrawer.cc
@@ -64,6 +64,10 @@ MacroDrawer::MacroDrawer(Macro *macro, QString title, QWidget *edge)
installEventFilter(this);
connect(button, SIGNAL(clicked()), this, SLOT(toggleMe()));
}
+
+ QMargins m = contentsMargins();
+ m.setLeft(6);
+ setContentsMargins(m);
}
bool MacroDrawer::eventFilter(QObject *obj, QEvent *event)