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.axaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml
index d2b2ac3..4034c2f 100644
--- a/UVtools.WPF/MainWindow.axaml
+++ b/UVtools.WPF/MainWindow.axaml
@@ -416,7 +416,7 @@
<TextBlock VerticalAlignment="Center">
<TextBlock.Text>
- <MultiBinding StringFormat="\{0\}/\{1\}">
+ <MultiBinding StringFormat="{}{0}/{1}">
<Binding Path="VisibleThumbnailIndex"/>
<Binding Path="SlicerFile.CreatedThumbnailsCount"/>
</MultiBinding>
@@ -1521,7 +1521,7 @@
<TextBlock VerticalAlignment="Center">
<TextBlock.Text>
- <MultiBinding StringFormat="\{0\}/\{1\}">
+ <MultiBinding StringFormat="{}{0}/{1}">
<Binding Path="Clipboard.CurrentIndexCountStr"/>
<Binding Path="Clipboard.Items.Count"/>
</MultiBinding>