From 72f0e057dd754e6d9ca0f5e587e88c4ac59e61b2 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Fri, 14 Oct 2011 12:16:04 +0200 Subject: Removed text from expand button and added hover and focus styles --- 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 10dbea0..648f0a6 100644 --- a/client/macrodrawer.cc +++ b/client/macrodrawer.cc @@ -112,7 +112,7 @@ void MacroDrawer::activationChange(bool active) // Clear padlock icon on button if(button) { button->setIcon(QPixmap()); - button->setText("±"); + button->setText(""); } } -- cgit v1.2.3