refactor: limit maximum size of detail and description in completion dropdown
This commit is contained in:
parent
b5d137666f
commit
f875dba810
3 changed files with 14 additions and 6 deletions
|
|
@ -120,6 +120,8 @@ pub fn on_render_menu(_: *Type, button: *Type.ButtonType, theme: *const Widget.T
|
|||
selected,
|
||||
button.hover,
|
||||
theme,
|
||||
&.{},
|
||||
&.{},
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue