File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 31
31
</ResourceDictionary .ThemeDictionaries>
32
32
</ResourceDictionary >
33
33
</UserControl .Resources>
34
- <Grid Margin =" -2" >
34
+ <Canvas
35
+ Width =" 19"
36
+ Height =" 19"
37
+ HorizontalAlignment =" Stretch"
38
+ VerticalAlignment =" Stretch" >
35
39
<FontIcon
36
40
x : Name =" BaseIcon"
41
+ Canvas.Left=" 0"
42
+ Canvas.Top=" -1"
37
43
FontFamily =" {StaticResource ColoredIconFontFamily}"
38
44
Glyph =" {x:Bind BaseLayerGlyph, Mode=OneWay}" />
39
45
<FontIcon
40
46
x : Name =" OverlayIcon"
47
+ Canvas.Left=" 0"
48
+ Canvas.Top=" -1"
41
49
FontFamily =" {StaticResource ColoredIconFontFamily}"
42
50
Foreground =" {ThemeResource ColoredIconOverlayForeground}"
43
51
Glyph =" {x:Bind OverlayLayerGlyph, Mode=OneWay}"
58
66
</VisualState >
59
67
</VisualStateGroup >
60
68
</VisualStateManager .VisualStateGroups>
61
- </Grid >
69
+ </Canvas >
62
70
</UserControl >
You can’t perform that action at this time.
0 commit comments