From 413608ea229f0adec21feb27501178ccadd47844 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 20 Jan 2023 19:55:20 -0330 Subject: add cc unit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index cc06d95..8a0e170 100644 --- a/src/main.rs +++ b/src/main.rs @@ -77,7 +77,7 @@ impl Sandbox for App { fn view(&self) -> Element { column![row![ text("Displacement:"), - text_input("2.0", &self.ui.displacement, Message::Displacement), + text_input("0.0", &self.ui.displacement, Message::Displacement), pick_list( &volume::Unit::ALL[..], Some(self.ui.displacement_unit), -- cgit v1.2.3