diff --git a/index.json b/index.json index f88daf7..2eca77d 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "0.3.1": { - "api_version": 7, - "commit_sha": "43dcb2e", - "released_on": "04-03-2023", - "md5sum": "fde604cd3789dfbeca74bc8e8d685fd8" - }, + "0.3.1": null, "0.3.0": { "api_version": 7, "commit_sha": "cb5df36", diff --git a/plugin_manager.py b/plugin_manager.py index 68d77c2..2c4664d 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -935,8 +935,8 @@ class PluginWindow(popup.PopupWindow): open_pos_x = (390 if _uiscale is ba.UIScale.SMALL else 450 if _uiscale is ba.UIScale.MEDIUM else 440) - open_pos_y = (125 if _uiscale is ba.UIScale.SMALL else - 135 if _uiscale is ba.UIScale.MEDIUM else 140) + open_pos_y = (100 if _uiscale is ba.UIScale.SMALL else + 110 if _uiscale is ba.UIScale.MEDIUM else 120) open_button = ba.buttonwidget(parent=self._root_widget, autoselect=True, position=(open_pos_x, open_pos_y),