From 9c22e63d7b288f73a94a07b0df34a302a7c3b496 Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:46:14 +0530 Subject: [PATCH] Fix Popup Live width --- modules/ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui.py b/modules/ui.py index 60279ed..dc497df 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -42,9 +42,9 @@ POPUP_HEIGHT = 800 POPUP_SCROLL_WIDTH = 680 POPUP_SCROLL_HEIGHT = 600 -POPUP_LIVE_WIDTH = 800 +POPUP_LIVE_WIDTH = 850 POPUP_LIVE_HEIGHT = 700 -POPUP_LIVE_SCROLL_WIDTH = 780 +POPUP_LIVE_SCROLL_WIDTH = 830 POPUP_LIVE_SCROLL_HEIGHT = 600 MAPPER_PREVIEW_MAX_HEIGHT = 120