mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +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),
|
position=(width * 0.5 - 37.5 + 3, height - 51),
|
||||||
max_chars=9,
|
max_chars=9,
|
||||||
text='#FFFFFF',
|
text='#FFFFFF',
|
||||||
# on_return_press_call=self._done,
|
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
size=(75, 30),
|
size=(75, 30),
|
||||||
v_align='center',
|
v_align='center',
|
||||||
editable=True,
|
editable=True,
|
||||||
maxwidth=70,
|
maxwidth=40,
|
||||||
force_internal_editing=True,
|
force_internal_editing=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user