Browse Source

fix AcceptsReturn in EditStandardHeaderPanel

newNRvisualizers
Siegfried Pammer 13 years ago
parent
commit
7fbd6683c8
  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

@ -18,6 +18,7 @@ @@ -18,6 +18,7 @@
<TextBox x:Name="headerTextBox"
TextChanged="HeaderTextBox_TextChanged"
AcceptsReturn="True"
Margin="0,2,0,0" Height="200"></TextBox>
</StackPanel>

Loading…
Cancel
Save