Skip to content

Commit bfeb2f3

Browse files
committed
NewsViewer: Increase maximum height value for News control to 1400 #630
1 parent 69a4ac3 commit bfeb2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Generic/NewsViewer/NewsViewerSettingsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</TextBlock>
1717
<StackPanel Orientation="Horizontal" Margin="0,0,0,0">
1818
<Label Content="{DynamicResource LOC_NewsViewer_Settings_DescriptionMaxHeightLabel}" Margin="0,0,0,0" VerticalAlignment="Center" />
19-
<Slider Value="{Binding Settings.DescriptionMaxHeight, UpdateSourceTrigger=PropertyChanged}" Width="150" Minimum="150" Maximum="400" VerticalAlignment="Center"
19+
<Slider Value="{Binding Settings.DescriptionMaxHeight, UpdateSourceTrigger=PropertyChanged}" Width="150" Minimum="150" Maximum="1400" VerticalAlignment="Center"
2020
TickFrequency="5" Margin="10,0,0,0" IsSnapToTickEnabled="True"/>
2121
<TextBlock Text="{Binding Settings.DescriptionMaxHeight, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center"/>
2222
</StackPanel>

0 commit comments

Comments
 (0)