summaryrefslogtreecommitdiff
path: root/client/macrodrawer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/macrodrawer.cc')
-rw-r--r--client/macrodrawer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrodrawer.cc b/client/macrodrawer.cc
index 570ce54..10dbea0 100644
--- a/client/macrodrawer.cc
+++ b/client/macrodrawer.cc
@@ -60,7 +60,7 @@ MacroDrawer::MacroDrawer(Macro *macro, QString title)
}
if(!macro->isstatic) {
- button = new QPushButton(this);
+ button = new ExpandButton(this);
button->setFixedSize(16,16);
button->move(0,0);
{