Browse Source

TextEditorOptions: enlarge two check boxes where the last word was cut off

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2610 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 19 years ago
parent
commit
d45e39c051
  1. 4
      src/Main/Base/Project/Resources/GeneralTextEditorPanel.xfrm
  2. 6
      src/Main/Base/Project/Resources/MarkersTextEditorPanel.xfrm

4
src/Main/Base/Project/Resources/GeneralTextEditorPanel.xfrm

@ -87,10 +87,10 @@
</System.Windows.Forms.ComboBox> </System.Windows.Forms.ComboBox>
<System.Windows.Forms.CheckBox> <System.Windows.Forms.CheckBox>
<Name value="mouseWheelZoomCheckBox" /> <Name value="mouseWheelZoomCheckBox" />
<Location value="{X=192,Y=109}" /> <Location value="{X=182,Y=109}" />
<Text value="${res:Dialog.Options.IDEOptions.TextEditor.General.MouseWheelZoomCheckBoxCheckBox}" /> <Text value="${res:Dialog.Options.IDEOptions.TextEditor.General.MouseWheelZoomCheckBoxCheckBox}" />
<TabIndex value="6" /> <TabIndex value="6" />
<Size value="{Width=160, Height=24}" /> <Size value="{Width=170, Height=24}" />
<Anchor value="Top, Left, Right" /> <Anchor value="Top, Left, Right" />
</System.Windows.Forms.CheckBox> </System.Windows.Forms.CheckBox>
<System.Windows.Forms.Label> <System.Windows.Forms.Label>

6
src/Main/Base/Project/Resources/MarkersTextEditorPanel.xfrm

@ -16,8 +16,8 @@
<Name value="bracketMatchingStyleComboBox" /> <Name value="bracketMatchingStyleComboBox" />
<Anchor value="Bottom, Right" /> <Anchor value="Bottom, Right" />
<TabIndex value="9" /> <TabIndex value="9" />
<Location value="{X=216,Y=178}" /> <Location value="{X=226,Y=178}" />
<Size value="{Width=168, Height=21}" /> <Size value="{Width=158, Height=21}" />
<DropDownStyle value="DropDownList" /> <DropDownStyle value="DropDownList" />
</System.Windows.Forms.ComboBox> </System.Windows.Forms.ComboBox>
<System.Windows.Forms.ComboBox> <System.Windows.Forms.ComboBox>
@ -48,7 +48,7 @@
<System.Windows.Forms.CheckBox> <System.Windows.Forms.CheckBox>
<Name value="showBracketHighlighterCheckBox" /> <Name value="showBracketHighlighterCheckBox" />
<Location value="{X=8,Y=179}" /> <Location value="{X=8,Y=179}" />
<Size value="{Width=208, Height=24}" /> <Size value="{Width=228, Height=24}" />
<Text value="${res:Dialog.Options.IDEOptions.TextEditor.Markers.HiglightBracketCheckBox}" /> <Text value="${res:Dialog.Options.IDEOptions.TextEditor.Markers.HiglightBracketCheckBox}" />
<Anchor value="Top, Left, Right" /> <Anchor value="Top, Left, Right" />
<TabIndex value="8" /> <TabIndex value="8" />

Loading…
Cancel
Save