Browse Source

modify UI for comment

pull/11/head
Eusebiu Marcu 15 years ago
parent
commit
668eb64f23
  1. 4
      src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml

4
src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml

@ -234,6 +234,10 @@ @@ -234,6 +234,10 @@
Height="0"
MaxHeight="50">
<TextBox
FontFamily="Khmer UI"
BorderBrush="Gray"
BorderThickness="1"
FontSize="12"
Name="CommentTextBox"
TextChanged="CommentTextBox_TextChanged"
Margin="3"/>

Loading…
Cancel
Save