From dab05db33134154e48f42577898a2653af6d2c0e Mon Sep 17 00:00:00 2001 From: 3alTemp Date: Wed, 13 Mar 2024 19:18:44 -0600 Subject: [PATCH] Reduced maxwidth arg. --- src/assets/ba_data/python/bauiv1lib/colorpicker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/ba_data/python/bauiv1lib/colorpicker.py b/src/assets/ba_data/python/bauiv1lib/colorpicker.py index 31ebcbae..0144260c 100644 --- a/src/assets/ba_data/python/bauiv1lib/colorpicker.py +++ b/src/assets/ba_data/python/bauiv1lib/colorpicker.py @@ -241,12 +241,11 @@ class ColorPickerExact(PopupWindow): position=(width * 0.5 - 37.5 + 3, height - 51), max_chars=9, text='#FFFFFF', - # on_return_press_call=self._done, autoselect=True, size=(75, 30), v_align='center', editable=True, - maxwidth=70, + maxwidth=40, force_internal_editing=True, )