Browse Source

Allow values larger than 100 for ColumnRulerPosition.

pull/28/head
Daniel Grunwald 14 years ago
parent
commit
11971a35af
  1. 2
      src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/Options/TextViewOptions.xaml

2
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/Options/TextViewOptions.xaml

@ -42,6 +42,8 @@ @@ -42,6 +42,8 @@
Content="{core:Localize Dialog.Options.IDEOptions.TextEditor.Markers.AtRowLabel}" />
<widgets:NumericUpDown
Margin="0, 5"
Minimum="1"
Maximum="999"
Value="{core:OptionBinding local:CodeEditorOptions.ColumnRulerPosition}" />
</StackPanel>
</widgets:StackPanelWithSpacing>

Loading…
Cancel
Save