Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/MainWindow.axaml')
-rw-r--r--UVtools.WPF/MainWindow.axaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml
index 0363e7a..42528e1 100644
--- a/UVtools.WPF/MainWindow.axaml
+++ b/UVtools.WPF/MainWindow.axaml
@@ -894,7 +894,7 @@
Binding="{Binding LayerInfoStr}"
Width="Auto" />
<DataGridTextColumn Header="Area"
- Binding="{Binding Area, StringFormat={}{0:F0}}"
+ Binding="{Binding Area, StringFormat={}{0:N0}}"
Width="Auto" />
</DataGrid.Columns>