File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 121
121
</Style >
122
122
123
123
<!-- #region Plugin Style-->
124
- <Style x : Key =" PluginList" TargetType =" ListBoxItem" >
124
+ <Style
125
+ x : Key =" PluginList"
126
+ BasedOn =" {StaticResource DefaultListBoxItemStyle}"
127
+ TargetType =" ListBoxItem" >
125
128
<Setter Property =" Background" Value =" {DynamicResource Color00B}" />
126
129
<Setter Property =" Padding" Value =" 0 0 0 0" />
127
130
<Setter Property =" UseLayoutRounding" Value =" True" />
232
235
</Style >
233
236
234
237
<!-- #region PluginStore Style-->
235
- <Style x : Key =" StoreItemFocusVisualStyleKey" >
236
- <Setter Property =" Control.Template" >
237
- <Setter .Value>
238
- <ControlTemplate >
239
- <Rectangle
240
- Margin =" 0"
241
- Stroke =" {DynamicResource Color05B}"
242
- StrokeThickness =" 2" />
243
- </ControlTemplate >
244
- </Setter .Value>
245
- </Setter >
246
- </Style >
247
- <Style x : Key =" StoreList" TargetType =" ListBoxItem" >
238
+ <Style
239
+ x : Key =" StoreList"
240
+ BasedOn =" {StaticResource DefaultListBoxItemStyle}"
241
+ TargetType =" ListBoxItem" >
248
242
<Setter Property =" Padding" Value =" 0 0 0 0" />
249
243
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
250
244
<Setter Property =" HorizontalAlignment" Value =" Stretch" />
You can’t perform that action at this time.
0 commit comments