Skip to content

Commit fd566e4

Browse files
corvinszCorvin Szimion
andauthored
Code cleanup from 3691 (#3703)
* Cleanup of launchSettings and Cards Page in Demo * Revert "Cleanup of launchSettings and Cards Page in Demo" This reverts commit ede38d4. * Cleanup of launchSettings and Cards Page in Demo --------- Co-authored-by: Corvin Szimion <[email protected]>
1 parent 1bd5989 commit fd566e4

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

src/MainDemo.Wpf/Cards.xaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@
2424
<TextBlock Style="{StaticResource PageTitleTextBlock}" Text="Card" />
2525

2626
<WrapPanel>
27-
28-
<smtx:XamlDisplay Margin="0,0,8,8" UniqueKey="cards_11111">
29-
<Grid Background="Blue">
30-
<materialDesign:Card materialDesign:ElevationAssist.Elevation="Dp24" Margin="25" UniformCornerRadius="100" Padding="0" BorderThickness="0" >
31-
<Grid Background="Black" Height="300" Width="300" Margin="0">
32-
<TextBlock HorizontalAlignment="Center"
33-
VerticalAlignment="Center"
34-
Foreground="White"
35-
Text="The quick brown fox jumps over the lazy dog"
36-
Margin="20"
37-
TextWrapping="Wrap"/>
38-
</Grid>
39-
</materialDesign:Card>
40-
</Grid>
41-
</smtx:XamlDisplay>
42-
4327
<smtx:XamlDisplay Margin="0,0,8,8" UniqueKey="cards_1">
4428
<materialDesign:Card Width="200">
4529
<Grid>

src/MainDemo.Wpf/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"Demo App": {
44
"commandName": "Project",
5-
"commandLineArgs": "-p Card -t Light -f LeftToRight"
5+
"commandLineArgs": "-p Home -t Inherit -f LeftToRight"
66
}
77
}
88
}

0 commit comments

Comments
 (0)