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/Windows/ToolWindow.axaml')
-rw-r--r--UVtools.WPF/Windows/ToolWindow.axaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/UVtools.WPF/Windows/ToolWindow.axaml b/UVtools.WPF/Windows/ToolWindow.axaml
index 71d485a..0921835 100644
--- a/UVtools.WPF/Windows/ToolWindow.axaml
+++ b/UVtools.WPF/Windows/ToolWindow.axaml
@@ -165,12 +165,12 @@
<TextBlock
Grid.Row="2" Grid.Column="1"
HorizontalAlignment="Center"
- Text="{Binding LayerStartMM, StringFormat=(\{0:F3\}mm)}" />
+ Text="{Binding LayerStartMM, StringFormat=({0:F3}mm)}" />
<TextBlock
Grid.Row="2" Grid.Column="3"
HorizontalAlignment="Center"
- Text="{Binding LayerEndMM, StringFormat=(\{0:F3\}mm)}" />
+ Text="{Binding LayerEndMM, StringFormat=({0:F3}mm)}" />
<TextBlock
Grid.Row="2" Grid.Column="4"
@@ -207,7 +207,7 @@
Command="{Binding ClearROI}"/>
<Button
VerticalAlignment="Center"
- Content="{Binding Masks.Length, StringFormat=Clear \{0\} mask(s)}"
+ Content="{Binding Masks.Length, StringFormat=Clear {0} mask(s)}"
IsVisible="{Binding IsMasksVisible}"
Command="{Binding ClearMasks}"/>
@@ -218,7 +218,7 @@
<StackPanel Margin="15" Spacing="5">
<TextBlock VerticalAlignment="Center"
IsVisible="{Binding IsROIVisible}"
- Text="{Binding ROI, StringFormat=Region: \{0\}}" />
+ Text="{Binding ROI, StringFormat=Region: {0}}" />
<CheckBox
Content="Clear ROI and Masks after perform the operation"
@@ -241,7 +241,7 @@
<TextBlock Grid.Row="0" Grid.Column="0"
Padding="10" FontWeight="Bold"
VerticalAlignment="Center"
- Text="{Binding Profiles.Count, StringFormat=Profiles: \{0\}}" />
+ Text="{Binding Profiles.Count, StringFormat=Profiles: {0}}" />
<Button Grid.Row="0" Grid.Column="1"
VerticalAlignment="Center"