From fd93edaf0daf75670503fa2d7a48fdcf653dc6a0 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 13 Oct 2011 15:01:57 +0200 Subject: Added custom button for use when opening macros. It now turns blue when it has focus. --- client/macrodrawer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/macrodrawer.cc') 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); { -- cgit v1.2.3