mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Y-axis typo
This commit is contained in:
parent
2460e007de
commit
0b856baf34
2 changed files with 3 additions and 8 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||||
"versions": {
|
"versions": {
|
||||||
"0.3.1": {
|
"0.3.1": null,
|
||||||
"api_version": 7,
|
|
||||||
"commit_sha": "43dcb2e",
|
|
||||||
"released_on": "04-03-2023",
|
|
||||||
"md5sum": "fde604cd3789dfbeca74bc8e8d685fd8"
|
|
||||||
},
|
|
||||||
"0.3.0": {
|
"0.3.0": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "cb5df36",
|
"commit_sha": "cb5df36",
|
||||||
|
|
|
||||||
|
|
@ -935,8 +935,8 @@ class PluginWindow(popup.PopupWindow):
|
||||||
|
|
||||||
open_pos_x = (390 if _uiscale is ba.UIScale.SMALL else
|
open_pos_x = (390 if _uiscale is ba.UIScale.SMALL else
|
||||||
450 if _uiscale is ba.UIScale.MEDIUM else 440)
|
450 if _uiscale is ba.UIScale.MEDIUM else 440)
|
||||||
open_pos_y = (125 if _uiscale is ba.UIScale.SMALL else
|
open_pos_y = (100 if _uiscale is ba.UIScale.SMALL else
|
||||||
135 if _uiscale is ba.UIScale.MEDIUM else 140)
|
110 if _uiscale is ba.UIScale.MEDIUM else 120)
|
||||||
open_button = ba.buttonwidget(parent=self._root_widget,
|
open_button = ba.buttonwidget(parent=self._root_widget,
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
position=(open_pos_x, open_pos_y),
|
position=(open_pos_x, open_pos_y),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue