Skip to content

Commit

Permalink
set minimum font ratio to 60%
Browse files Browse the repository at this point in the history
  • Loading branch information
msarilar committed Jan 2, 2019
1 parent 8b420d5 commit b28cf4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EDEngineer/Views/Popups/Graphics/GraphicSettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
HorizontalAlignment="Center"
Text="Left Panel Font Size"/>
<Slider Margin="3" Grid.Row="1"
Minimum="50" Maximum="200"
Minimum="60" Maximum="200"
Value="{Binding LeftRatio, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
</Grid>

Expand All @@ -53,7 +53,7 @@
HorizontalAlignment="Center"
Text="Right Panel Font Size"/>
<Slider Margin="3" Grid.Row="1"
Minimum="50" Maximum="200"
Minimum="60" Maximum="200"
Value="{Binding RightRatio, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
</Grid>
</Grid>
Expand All @@ -71,7 +71,7 @@
HorizontalAlignment="Center"
Text="Bottom Panel Font Size"/>
<Slider Margin="3" Grid.Row="1"
Minimum="50" Maximum="200"
Minimum="60" Maximum="200"
Value="{Binding BottomRatio, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
</Grid>

Expand Down

0 comments on commit b28cf4b

Please sign in to comment.