Skip to content

Commit b4fd7d7

Browse files
committed
Fixing alignment of application icon
1 parent 4d7d16f commit b4fd7d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fluent.Ribbon/Themes/RibbonWindow.xaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
DockPanel.Dock="Left"
3030
Height="16"
3131
Width="16"
32-
Margin="4,1,0,0"
32+
Margin="4,2,0,0"
33+
VerticalAlignment="Top"
3334
Visibility="{TemplateBinding IsIconVisible, Converter={StaticResource BooleanToVisibilityConverter}}"
3435
Source="{Fluent:IconConverter {Binding Icon, RelativeSource={RelativeSource TemplatedParent}}, {Binding RelativeSource={RelativeSource TemplatedParent}}}"
3536
SnapsToDevicePixels="True" />

0 commit comments

Comments
 (0)