Skip to content

Commit

Permalink
Improved margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Aug 9, 2023
1 parent b5cc444 commit 79cdca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Datalya/Pages/CreatorPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<DropShadowEffect Color="Black" ShadowDepth="0" BlurRadius="20" Opacity="0.2" RenderingBias="Quality" />
</Border.Effect>
<StackPanel>
<Button HorizontalContentAlignment="Left" Foreground="{Binding Source={StaticResource Foreground1}}" x:Name="DateBlockBtn" Click="DateBlockBtn_Click" Padding="5" Margin="5" Style="{DynamicResource RegularButtonStyle}" Background="{Binding Source={StaticResource LightBackground}}" Cursor="Hand" BorderThickness="0" FontSize="18">
<Button HorizontalContentAlignment="Left" Foreground="{Binding Source={StaticResource Foreground1}}" x:Name="DateBlockBtn" Click="DateBlockBtn_Click" Padding="5" Margin="5 5 5 0" Style="{DynamicResource RegularButtonStyle}" Background="{Binding Source={StaticResource LightBackground}}" Cursor="Hand" BorderThickness="0" FontSize="18">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<TextBlock Text="&#xF22B;" FontFamily="..\Fonts\#FluentSystemIcons-Regular" Margin="0,0,5,0" VerticalAlignment="Center" />
<TextBlock Text="{x:Static lang:Resources.Date}" FontSize="13" VerticalAlignment="Center" />
Expand All @@ -82,7 +82,7 @@
<ToolTip Content="{x:Static lang:Resources.Date}" Background="{Binding Source={StaticResource Background1}}" Foreground="{Binding Source={StaticResource Foreground1}}" />
</Button.ToolTip>
</Button>
<Button Foreground="{Binding Source={StaticResource Foreground1}}" x:Name="NumberBlockBtn" Click="NumberBlockBtn_Click" Padding="5" Margin="5" Style="{DynamicResource RegularButtonStyle}" Background="{Binding Source={StaticResource LightBackground}}" Cursor="Hand" BorderThickness="0" FontSize="18">
<Button Foreground="{Binding Source={StaticResource Foreground1}}" x:Name="NumberBlockBtn" Click="NumberBlockBtn_Click" Padding="5" Margin="5 0 5 5" Style="{DynamicResource RegularButtonStyle}" Background="{Binding Source={StaticResource LightBackground}}" Cursor="Hand" BorderThickness="0" FontSize="18">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<TextBlock Text="&#xF57E;" FontFamily="..\Fonts\#FluentSystemIcons-Regular" Margin="0,0,5,0" VerticalAlignment="Center" />
<TextBlock Text="{x:Static lang:Resources.NumberInput}" FontSize="13" VerticalAlignment="Center" />
Expand Down

0 comments on commit 79cdca3

Please sign in to comment.