mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 19:23:20 +08:00
Reduced maxwidth arg.
This commit is contained in:
parent
35eef88689
commit
dab05db331
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user