diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-28 18:10:54 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-28 18:10:54 +0200 |
| commit | 539aecd793ee0ce55833eef98c3049dd0bf8127d (patch) | |
| tree | f8ad9f837805db9ffcfc16d7b3b100563f0f67a4 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician | |
| parent | e6fbe359a674ab65c1fc728ac4a826b3c0716932 (diff) | |
| download | Tango-539aecd793ee0ce55833eef98c3049dd0bf8127d.tar.gz Tango-539aecd793ee0ce55833eef98c3049dd0bf8127d.zip | |
Started working on Embedded Storage and machine studio Storage module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/HeaterElementEditor.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/HeaterElementEditor.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/HeaterElementEditor.xaml index 199c71489..4b7e2ea2c 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/HeaterElementEditor.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/HeaterElementEditor.xaml @@ -50,7 +50,7 @@ <Grid Grid.Row="1"> <Border Background="#202020" Margin="0 3 0 0" CornerRadius="3" Padding="5"> <Grid> - <TextBlock Text="{Binding HeaterState.CurrentValue,StringFormat=0.0,FallbackValue='0.0'}" HorizontalAlignment="Right" VerticalAlignment="Center" FontSize="80" FontFamily="{StaticResource digital-7}" Margin="0 0 12 0"> + <TextBlock Text="{Binding HeaterState.CurrentValue,StringFormat=0.00,FallbackValue='0.00'}" HorizontalAlignment="Right" VerticalAlignment="Center" FontSize="80" FontFamily="{StaticResource digital-7}" Margin="0 0 12 0"> <TextBlock.Style> <Style TargetType="TextBlock"> <Setter Property="Foreground" Value="#FF6F78"></Setter> |
