File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 122122 </Style >
123123
124124 <!-- #region Plugin Style-->
125- <Style x : Key =" PluginList" TargetType =" ListBoxItem" >
125+ <Style
126+ x : Key =" PluginList"
127+ BasedOn =" {StaticResource DefaultListBoxItemStyle}"
128+ TargetType =" ListBoxItem" >
126129 <Setter Property =" Background" Value =" {DynamicResource Color00B}" />
127130 <Setter Property =" Padding" Value =" 0 0 0 0" />
128131 <Setter Property =" UseLayoutRounding" Value =" True" />
233236 </Style >
234237
235238 <!-- #region PluginStore Style-->
236- <Style x : Key =" StoreItemFocusVisualStyleKey" >
237- <Setter Property =" Control.Template" >
238- <Setter .Value>
239- <ControlTemplate >
240- <Rectangle
241- Margin =" 0"
242- Stroke =" {DynamicResource Color05B}"
243- StrokeThickness =" 2" />
244- </ControlTemplate >
245- </Setter .Value>
246- </Setter >
247- </Style >
248- <Style x : Key =" StoreList" TargetType =" ListBoxItem" >
239+ <Style
240+ x : Key =" StoreList"
241+ BasedOn =" {StaticResource DefaultListBoxItemStyle}"
242+ TargetType =" ListBoxItem" >
249243 <Setter Property =" Padding" Value =" 0 0 0 0" />
250244 <Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
251245 <Setter Property =" HorizontalAlignment" Value =" Stretch" />
Original file line number Diff line number Diff line change 235235 HorizontalContentAlignment =" Stretch"
236236 VerticalContentAlignment =" Stretch"
237237 BorderThickness =" 0"
238- FocusVisualStyle =" {DynamicResource StoreItemFocusVisualStyleKey}"
239238 Style =" {DynamicResource StoreListItemBtnStyle}" >
240239 <ui : FlyoutService .Flyout>
241240 <ui : Flyout x : Name =" InstallFlyout" Placement =" Bottom" >
You can’t perform that action at this time.
0 commit comments