File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 191
191
<Style x : Key =" PluginList" TargetType =" ListBoxItem" >
192
192
<Setter Property =" Background" Value =" #ffffff" />
193
193
<Setter Property =" Padding" Value =" 0 12 0 12" />
194
- <Setter Property =" Margin" Value =" 0 4 18 0 " />
194
+ <Setter Property =" Margin" Value =" 0 0 18 4 " />
195
195
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
196
196
<Setter Property =" BorderBrush" Value =" #e5e5e5" />
197
197
<!-- #region Template for blue highlight win10-->
537
537
<Border Grid.Row=" 0" Background =" #f3f3f3" Padding =" 5 18 0 0" >
538
538
<TextBlock Text =" {DynamicResource plugin}" TextAlignment =" left" FontSize =" 30" Margin =" 0 5 0 5" />
539
539
</Border >
540
- <Border Grid.Column=" 0" Grid.Row=" 1" Background =" #f3f3f3" >
540
+ <Border Grid.Column=" 0" Grid.Row=" 1" Background =" #f3f3f3" Padding = " 0 0 0 0 " >
541
541
<ListBox SelectedItem =" {Binding SelectedPlugin}"
542
542
ItemsSource =" {Binding PluginViewModels}"
543
543
Margin =" 6, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
544
544
ItemContainerStyle =" {StaticResource PluginList}"
545
545
ScrollViewer.IsDeferredScrollingEnabled=" True" ScrollViewer.CanContentScroll=" False"
546
- Padding =" 0 0 0 18" Width =" Auto" HorizontalAlignment =" Stretch" >
547
-
546
+ Padding =" 0 0 0 0" Width =" Auto" HorizontalAlignment =" Stretch" >
547
+ <ListBox .ItemsPanel>
548
+ <ItemsPanelTemplate >
549
+ <StackPanel Margin =" 0,0,0,18" />
550
+ </ItemsPanelTemplate >
551
+ </ListBox .ItemsPanel>
548
552
<ListBox .ItemTemplate>
549
553
<DataTemplate >
550
554
<Expander Grid.Column=" 4" x : Name =" expanderHeader"
You can’t perform that action at this time.
0 commit comments