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.axaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml
index 95b010c..64266e2 100644
--- a/UVtools.WPF/MainWindow.axaml
+++ b/UVtools.WPF/MainWindow.axaml
@@ -1838,7 +1838,7 @@
Command="{Binding OpenContextMenu}"
CommandParameter="LayerPreviewOutline"
VerticalAlignment="Stretch"
- Margin="1,0,0,0"
+ Margin="1,0,2,0"
Text="Outline ⮟"
Spacing="5"
Icon="fas fa-vector-square">
@@ -1895,11 +1895,11 @@
</uc:ButtonWithIcon>
- <uc:ToggleButtonWithIcon HorizontalAlignment="Right"
+ <uc:ToggleButtonWithIcon
IsChecked="{Binding IsPixelEditorActive}"
ToolTip.Tip="Edit layer image: Draw pixels, add supports and/or drain holes."
VerticalAlignment="Stretch"
- Margin="0,0,0,0"
+ Margin="-1,0,0,0"
Text="Pixel editor"
Spacing="5"
Icon="fas fa-drafting-compass"/>