From 40c4c4d6a83d6fde71384893a8e3a8a0caefa434 Mon Sep 17 00:00:00 2001 From: Vishal Date: Tue, 9 Aug 2022 02:11:08 +0530 Subject: [PATCH] Now Plugin Link Button Works on All Devices. --- plugin_manager.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin_manager.py b/plugin_manager.py index 4722a65..b8e09c5 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -465,10 +465,10 @@ class PluginWindow(popup.PopupWindow): ba.containerwidget(edit=self._root_widget, on_cancel_call=self._ok) - open_pos_x = (500 if _uiscale is ba.UIScale.SMALL else - 440 if _uiscale is ba.UIScale.MEDIUM else 350) - open_pos_y = (130 if _uiscale is ba.UIScale.SMALL else - 60 if _uiscale is ba.UIScale.MEDIUM else 120) + open_pos_x = (300 if _uiscale is ba.UIScale.SMALL else + 360 if _uiscale is ba.UIScale.MEDIUM else 350) + 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),