From 2994b1e8954565718b97181f3a870ba73af19afd Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 1 Mar 2013 09:20:20 +0000 Subject: [PATCH] Use a different image for active button until a better once comes --- source/carla_shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/carla_shared.py b/source/carla_shared.py index eda615536..1a71db219 100644 --- a/source/carla_shared.py +++ b/source/carla_shared.py @@ -2154,7 +2154,7 @@ class PluginWidget(QFrame): #else: #self.setWidgetColor(PALETTE_COLOR_NONE) - self.ui.b_enable.setPixmaps(":/bitmaps/button_gui.png", ":/bitmaps/button_gui_down.png", ":/bitmaps/button_gui_hover.png") + self.ui.b_enable.setPixmaps(":/bitmaps/led_red.png", ":/bitmaps/led_green.png", ":/bitmaps/led_red.png") self.ui.b_gui.setPixmaps(":/bitmaps/button_gui.png", ":/bitmaps/button_gui_down.png", ":/bitmaps/button_gui_hover.png") self.ui.b_edit.setPixmaps(":/bitmaps/button_edit.png", ":/bitmaps/button_edit_down.png", ":/bitmaps/button_edit_hover.png")