Skip to content

Commit

Permalink
border fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Sep 18, 2024
1 parent 979a116 commit b5e931e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<emptyPreview:EmptyPreviewViewModel />
</Design.DataContext>

<Border Classes="Rounded-lg OutlineModerate">
<Border Classes="Rounded-lg OutlineModerate" BorderThickness="2">

<Border.Styles>
<Style Selector="TextBlock#EmptyPreviewTextBlock">
<Setter Property="VerticalAlignment" Value="Center" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<preview:PreviewViewModel />
</Design.DataContext>

<Border Classes="Rounded-lg Mid" Padding="16">
<Border Classes="Rounded-lg Mid" Padding="16" BorderThickness="2">
<Border.Styles>
<Style Selector="Border.HeaderAreaBorder">
<Setter Property="BorderThickness" Value="0, 0, 0, 1" />
<Setter Property="Margin" Value="0, 0, 0, 16" />
<Setter Property="BorderThickness" Value="0, 0, 0, 1" />
</Style>

<Style Selector="TextBlock#InstallLocationPreviewSubHeading">
Expand Down

0 comments on commit b5e931e

Please sign in to comment.