SIGN IN SIGN UP
bevyengine / bevy UNCLAIMED

A refreshingly simple data-driven game engine built in Rust

0 0 59 Rust

`ime_support` example clean up (#24296)

# Objective

Little bit of clean up for the `ime_support` example.

## Solution

* Use `row_gap` on the parent for spacing instead of setting individual
margins on the children.
* Give the text input node a fixed height and allow newlines.

## Testing

```
cargo run --example ime_support --features="system_font_discovery"
```
I
ickshonpe committed
7af4723083c42dc230fe2cfba967d397edab8faa
Parent: eda816c
Committed by GitHub <noreply@github.com> on 5/21/2026, 10:13:03 AM