Skip to content

Commit a03b8af

Browse files
committed
Fix RadTimePicker sample
1 parent 1d0bcb5 commit a03b8af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadTimePicker/RadTimePicker_Demo.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
1515
<ContentControl Content="RadTimePicker" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16-
<controls:RadTimePicker Grid.Row="1" Width="150" CustomLayout="True"/>
16+
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17+
<controls:RadTimePicker Width="150" />
18+
</StackPanel>
1719
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>
1820
</Grid>
1921
</ContentControl>

0 commit comments

Comments
 (0)