You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows 10, I modified the bleeding edge Hello World example (hello.rs) so that it looks like
// a textbox that modifies `name`.let textbox = TextBox::new().with_placeholder("Who are we greeting?").with_text_size(22.0)// Used to be `with_text_size(18.0)`.fix_width(TEXT_BOX_WIDTH).lens(HelloState::name);
The text box does resize correctly to the height of the place holder text:
The text was updated successfully, but these errors were encountered:
On Windows 10, I modified the bleeding edge Hello World example (
hello.rs
) so that it looks likeThe text box does resize correctly to the height of the place holder text:
The text was updated successfully, but these errors were encountered: