mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Make plugin settings to cyan color
This commit is contained in:
parent
a86514ac0e
commit
2a70e273e1
1 changed files with 1 additions and 0 deletions
|
|
@ -832,6 +832,7 @@ class PluginWindow(popup.PopupWindow):
|
||||||
size=(40, 40),
|
size=(40, 40),
|
||||||
button_type="square",
|
button_type="square",
|
||||||
label="",
|
label="",
|
||||||
|
color=(0, 0.75, 0.75),
|
||||||
on_activate_call=self.settings)
|
on_activate_call=self.settings)
|
||||||
ba.imagewidget(parent=self._root_widget,
|
ba.imagewidget(parent=self._root_widget,
|
||||||
position=(settings_pos_x, settings_pos_y),
|
position=(settings_pos_x, settings_pos_y),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue