mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Now Plugin Link Button Works on All Devices.
This commit is contained in:
parent
355ee66b86
commit
40c4c4d6a8
1 changed files with 4 additions and 4 deletions
|
|
@ -465,10 +465,10 @@ class PluginWindow(popup.PopupWindow):
|
||||||
ba.containerwidget(edit=self._root_widget,
|
ba.containerwidget(edit=self._root_widget,
|
||||||
on_cancel_call=self._ok)
|
on_cancel_call=self._ok)
|
||||||
|
|
||||||
open_pos_x = (500 if _uiscale is ba.UIScale.SMALL else
|
open_pos_x = (300 if _uiscale is ba.UIScale.SMALL else
|
||||||
440 if _uiscale is ba.UIScale.MEDIUM else 350)
|
360 if _uiscale is ba.UIScale.MEDIUM else 350)
|
||||||
open_pos_y = (130 if _uiscale is ba.UIScale.SMALL else
|
open_pos_y = (100 if _uiscale is ba.UIScale.SMALL else
|
||||||
60 if _uiscale is ba.UIScale.MEDIUM else 120)
|
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