mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
change default maximum_size property
This commit is contained in:
parent
d8d9dbf043
commit
e071acae92
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ impl Text {
|
|||
let clamp_scrollable = ClampScrollable::builder()
|
||||
.child(&text_view)
|
||||
.css_classes(["view"])
|
||||
.maximum_size(800) // @TODO auto-expand
|
||||
.build();
|
||||
|
||||
grab_focus_patch(&clamp_scrollable, &text_view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue