From 2a70e273e1e932fc83456067f55f24e10b7e938c Mon Sep 17 00:00:00 2001 From: Rikko Date: Wed, 14 Sep 2022 00:34:21 +0530 Subject: [PATCH] Make plugin settings to cyan color --- plugin_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin_manager.py b/plugin_manager.py index a6b18b8..8721d38 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -832,6 +832,7 @@ class PluginWindow(popup.PopupWindow): size=(40, 40), button_type="square", label="", + color=(0, 0.75, 0.75), on_activate_call=self.settings) ba.imagewidget(parent=self._root_widget, position=(settings_pos_x, settings_pos_y),