diff options
Diffstat (limited to 'examples/vectorial_text/src/main.rs')
-rw-r--r-- | examples/vectorial_text/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vectorial_text/src/main.rs b/examples/vectorial_text/src/main.rs index c2212b22..0b9ea938 100644 --- a/examples/vectorial_text/src/main.rs +++ b/examples/vectorial_text/src/main.rs @@ -64,7 +64,7 @@ impl Sandbox for VectorialText { column![ row![ text(label), - horizontal_space(Length::Fill), + horizontal_space(), text(format!("{:.2}", value)) ], slider(range, value, message).step(0.01) |