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
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue