Browse Source

Allow enter key when editing standard file headers.

pull/33/head
Matt Ward 13 years ago
parent
commit
176b2834c0
  1. 1
      src/Main/Base/Project/Src/Gui/Dialogs/OptionPanels/IDEOptions/EditStandardHeaderPanel.xaml

1
src/Main/Base/Project/Src/Gui/Dialogs/OptionPanels/IDEOptions/EditStandardHeaderPanel.xaml

@ -17,6 +17,7 @@ @@ -17,6 +17,7 @@
Content="{core:Localize Dialog.Options.IDEOptions.EditStandardHeaderPanel.HeaderLabel}"></Label>
<TextBox x:Name="headerTextBox"
AcceptsReturn="True"
TextChanged="HeaderTextBox_TextChanged"
Margin="0,2,0,0" Height="200"></TextBox>

Loading…
Cancel
Save