Skip to content

Commit b588ae6

Browse files
committed
ReviewViewer: Increase maximum possible value for control height setting
1 parent 7cec723 commit b588ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Generic/ReviewViewer/ReviewViewerSettingsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</StackPanel>
3131
<StackPanel Orientation="Horizontal" Margin="0,0,0,10">
3232
<Label Content="{DynamicResource LOCReview_Viewer_SettingDescriptionHeightDescription}" Margin="0,0,0,0" VerticalAlignment="Center" />
33-
<Slider Value="{Binding Settings.DescriptionHeight, UpdateSourceTrigger=PropertyChanged}" Width="150" Minimum="50" Maximum="400" VerticalAlignment="Center"
33+
<Slider Value="{Binding Settings.DescriptionHeight, UpdateSourceTrigger=PropertyChanged}" Width="150" Minimum="50" Maximum="1200" VerticalAlignment="Center"
3434
TickFrequency="5" Margin="0,0,10,0" IsSnapToTickEnabled="True"/>
3535
<TextBlock Text="{Binding Settings.DescriptionHeight, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center"/>
3636
</StackPanel>

0 commit comments

Comments
 (0)