Skip to content

Commit

Permalink
Changed button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Apr 28, 2021
1 parent 9c26f47 commit 5f72841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PixiEditor/Styles/ThemeStyle.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
BasedOn="{StaticResource BaseDarkButton}">
<Setter Property="TextBlock.FontFamily" Value="Segoe MDL2 Assets"/>
<Setter Property="TextBlock.FontSize" Value="15"/>
<Setter Property="TextBlock.Width" Value="50"/>
<Setter Property="TextBlock.Width" Value="30"/>

<Style.Triggers>
<Trigger Property="IsEnabled" Value="True">
Expand Down
2 changes: 1 addition & 1 deletion PixiEditor/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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="&#xE7A7;"/>
<Button Margin="1,0,0,0" Command="{Binding UndoSubViewModel.UndoCommand}" Style="{StaticResource ToolSettingsGlyphButton}" Content="&#xE7A7;"/>
<Button Command="{Binding UndoSubViewModel.RedoCommand}" Style="{StaticResource ToolSettingsGlyphButton}" Content="&#xE7A6;"/>
<Grid Margin="5,5,10,5" Background="{StaticResource BrighterAccentColor}" Width="5"/>
<Label Style="{StaticResource BaseLabel}" FontSize="12"
Expand Down

0 comments on commit 5f72841

Please sign in to comment.