Skip to content

Commit

Permalink
Modified view/edit launch-string window text area to be height auto-s…
Browse files Browse the repository at this point in the history
…ized, rather than fixed - #120
  • Loading branch information
Asnivor committed Jun 22, 2017
1 parent 0d6a7a4 commit 32cdfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MedLaunch/Windows/LaunchStringWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<Grid Margin="30">
<Grid.RowDefinitions>
<RowDefinition Height="300" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
Expand Down

0 comments on commit 32cdfc1

Please sign in to comment.