Browse Source

Increase initial size of options dialog.

pull/1471/head
Siegfried Pammer 6 years ago
parent
commit
98a0ec9c18
  1. 2
      ILSpy/Options/OptionsDialog.xaml

2
ILSpy/Options/OptionsDialog.xaml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
Style="{DynamicResource DialogWindow}"
WindowStartupLocation="CenterOwner"
ResizeMode="CanResizeWithGrip"
Title="Options" Height="400" Width="500">
Title="Options" Height="500" Width="600">
<Grid>
<Grid.RowDefinitions>
<RowDefinition

Loading…
Cancel
Save