diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-01-20 19:55:20 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-01-20 19:55:20 -0330 |
| commit | 413608ea229f0adec21feb27501178ccadd47844 (patch) | |
| tree | 58eddc672006ea26dca2da6d1cd91b6d607254b2 /src/main.rs | |
| parent | 308f00b560785580981b2ebde5d7ffc9b7188ba8 (diff) | |
| download | volute-413608ea229f0adec21feb27501178ccadd47844.zip | |
add cc unit
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Self::Message> { 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), |