We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48d8fb commit a108799Copy full SHA for a108799
OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/MainPage.xaml
@@ -6,8 +6,8 @@
6
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8
mc:Ignorable="d">
9
-
10
- <Grid>
+
+ <Grid Background="#FFF0F0F0">
11
<Grid.RowDefinitions>
12
<RowDefinition x:Name="RowThatContainsTheBanner" Height="Auto"/>
13
<RowDefinition x:Name="RowThatContainsThePage" Height="*"/>
0 commit comments