File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 82
82
</Style >
83
83
84
84
<!-- #region Theme Style-->
85
- <Style x : Key =" ThemeList" TargetType =" ListBoxItem" >
85
+ <Style
86
+ x : Key =" ThemeList"
87
+ BasedOn =" {StaticResource DefaultListBoxItemStyle}"
88
+ TargetType =" ListBoxItem" >
86
89
<Setter Property =" HorizontalContentAlignment" Value =" Left" />
87
90
<Setter Property =" HorizontalAlignment" Value =" Left" />
88
91
<Setter Property =" Padding" Value =" 0" />
92
+ <Setter Property =" UseLayoutRounding" Value =" True" />
89
93
<Setter Property =" Margin" Value =" 4" />
90
94
<Setter Property =" Template" >
91
95
<Setter .Value>
246
250
<Setter Property =" Padding" Value =" 0 0 0 0" />
247
251
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
248
252
<Setter Property =" HorizontalAlignment" Value =" Stretch" />
253
+ <Setter Property =" UseLayoutRounding" Value =" True" />
249
254
<Setter Property =" Margin" Value =" 0 0 8 8" />
250
255
<Setter Property =" VerticalContentAlignment" Value =" Stretch" />
251
256
<!-- #region Template for blue highlight win10-->
You can’t perform that action at this time.
0 commit comments