mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fix text higlight when Plugin Manager is selected in Settings
This commit is contained in:
parent
0a57900035
commit
5f94504e58
1 changed files with 1 additions and 1 deletions
|
|
@ -1884,7 +1884,7 @@ class NewAllSettingsWindow(ba.Window):
|
|||
button_type="square",
|
||||
label="",
|
||||
on_activate_call=self._do_modmanager)
|
||||
_b_title(x_offs6, v, avb, ba.Lstr(value="Plugin Manager"))
|
||||
_b_title(x_offs6, v, mmb, ba.Lstr(value="Plugin Manager"))
|
||||
imgw = imgh = 120
|
||||
ba.imagewidget(parent=self._root_widget,
|
||||
position=(x_offs6 + basew * 0.49 - imgw * 0.5 + 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue