|
@@ -175,7 +175,7 @@
|
|
|
</DockPanel>
|
|
|
<StackPanel Background="{StaticResource MainColor}" Orientation="Horizontal" Grid.ColumnSpan="3" Grid.Column="0"
|
|
|
Grid.Row="1">
|
|
|
- <Button Command="{Binding UndoSubViewModel.UndoCommand}" Style="{StaticResource ToolSettingsGlyphButton}" Content=""/>
|
|
|
+ <Button Margin="1,0,0,0" Command="{Binding UndoSubViewModel.UndoCommand}" Style="{StaticResource ToolSettingsGlyphButton}" Content=""/>
|
|
|
<Button Command="{Binding UndoSubViewModel.RedoCommand}" Style="{StaticResource ToolSettingsGlyphButton}" Content=""/>
|
|
|
<Grid Margin="5,5,10,5" Background="{StaticResource BrighterAccentColor}" Width="5"/>
|
|
|
<Label Style="{StaticResource BaseLabel}" FontSize="12"
|