File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 917
917
Padding =" 0,0,0,0"
918
918
Background =" {DynamicResource Color01B}" >
919
919
<ListBox
920
+ Name =" Plugins"
920
921
Width =" Auto"
921
922
Margin =" 5,0,0,0"
922
923
Padding =" 0,0,7,0"
928
929
ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
929
930
SelectedItem =" {Binding SelectedPlugin}"
930
931
SelectionChanged =" SelectedPluginChanged"
931
- SnapsToDevicePixels =" True"
932
- Name =" Plugins" >
932
+ SnapsToDevicePixels =" True" >
933
933
<ListBox .ItemsPanel>
934
934
<ItemsPanelTemplate >
935
935
<StackPanel Margin =" 0,0,0,18" />
1118
1118
Margin =" 0"
1119
1119
Padding =" 1"
1120
1120
VerticalAlignment =" Stretch"
1121
- Content =" {Binding SettingControl}"
1122
- SizeChanged =" ItemSizeChanged" />
1121
+ Content =" {Binding SettingControl}"
1122
+ SizeChanged =" ItemSizeChanged" />
1123
1123
</StackPanel >
1124
1124
1125
1125
<StackPanel >
1129
1129
VerticalAlignment =" Center"
1130
1130
BorderThickness =" 0,1,0,0"
1131
1131
CornerRadius =" 0"
1132
- Style =" {DynamicResource SettingGroupBox}"
1133
- Visibility =" {Binding ActionKeywordsVisibility}" >
1132
+ Style =" {DynamicResource SettingGroupBox}" >
1134
1133
<ItemsControl Style =" {DynamicResource SettingGrid}" >
1135
1134
<StackPanel
1136
1135
Margin =" 0,0,-14,0"
You can’t perform that action at this time.
0 commit comments