Browse Source

tweaked the right margin for membersComboBox of the QuickClassBrowser.

pull/638/head
Abdelkarim Sellamna 11 years ago committed by Siegfried Pammer
parent
commit
af2cfa321c
  1. 2
      src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/QuickClassBrowser.xaml

2
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/QuickClassBrowser.xaml

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
DropDownClosed="ComboBox_DropDownClosed"/>
<ComboBox Name="membersComboBox"
Grid.Column="1"
Margin="0,0,4,1"
Margin="0,0,0,1"
ItemTemplate="{StaticResource comboBoxItemTemplate}"
SelectionChanged="membersComboBoxSelectionChanged"
DropDownClosed="ComboBox_DropDownClosed"/>

Loading…
Cancel
Save