Skip to content

Commit

Permalink
feat: add CornerRadius to Splash Demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdpcdt committed Feb 24, 2025
1 parent 92011c7 commit ed3ca6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/Ursa.Demo/Views/MainSplashWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Height="400"
d:DesignHeight="450"
d:DesignWidth="800"
CornerRadius="{StaticResource SemiBorderRadiusLarge}"
CountDown="0:0:3"
ExtendClientAreaChromeHints="NoChrome"
ExtendClientAreaTitleBarHeightHint="0"
Expand All @@ -28,7 +29,7 @@
Grid.Column="0"
Width="64"
Margin="0,0,16,0"
Fill="{DynamicResource SemiGrey5}" />
Fill="{DynamicResource SemiColorText2}" />
<StackPanel Grid.Row="0" Grid.Column="1">
<TextBlock
Classes="H2"
Expand Down

0 comments on commit ed3ca6b

Please sign in to comment.