Skip to content

Commit

Permalink
Improved the details panel design (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Aug 9, 2023
1 parent d1cf186 commit 9fa8ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Datalya/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@


<Border Name="WindowBorder" Margin="10" BorderThickness="0" Background="{Binding Source={StaticResource Background1}}" CornerRadius="5">
<Grid VerticalAlignment="Top">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
Expand Down
2 changes: 1 addition & 1 deletion Datalya/Pages/CreatorPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</StackPanel>
</Button>

<Border Grid.Column="1" Width="310" Padding="10" Grid.Row="1" Grid.RowSpan="3" Background="{Binding Source={StaticResource Background3}}" Margin="10,0,0,0">
<Border Grid.Column="1" Width="310" Padding="10" Grid.Row="1" Grid.RowSpan="3" Background="{Binding Source={StaticResource Background3}}" Margin="10,0,0,0" CornerRadius="10 0 0 0">
<Border.Effect>
<DropShadowEffect Color="Black" ShadowDepth="0" BlurRadius="20" Opacity="0.2" RenderingBias="Quality" />
</Border.Effect>
Expand Down

0 comments on commit 9fa8ece

Please sign in to comment.