Skip to content

Commit 3c655b0

Browse files
committed
Formatting XAML
1 parent 93796f8 commit 3c655b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Fluent.Ribbon/Themes/Controls/RibbonScrollViewer.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
Focusable="false">
6464
<Fluent:RibbonProperties.CornerRadius>
6565
<Binding Converter="{x:Static converters:StaticConverters.CornerRadiusConverter}"
66-
RelativeSource="{RelativeSource TemplatedParent}"
67-
Path="(Fluent:RibbonProperties.CornerRadius)">
66+
Path="(Fluent:RibbonProperties.CornerRadius)"
67+
RelativeSource="{RelativeSource TemplatedParent}">
6868
<Binding.ConverterParameter>
6969
<converters:CornerRadiusPart>TopLeft,BottomLeft</converters:CornerRadiusPart>
7070
</Binding.ConverterParameter>
@@ -97,8 +97,8 @@
9797
Focusable="false">
9898
<Fluent:RibbonProperties.CornerRadius>
9999
<Binding Converter="{x:Static converters:StaticConverters.CornerRadiusConverter}"
100-
RelativeSource="{RelativeSource TemplatedParent}"
101-
Path="(Fluent:RibbonProperties.CornerRadius)">
100+
Path="(Fluent:RibbonProperties.CornerRadius)"
101+
RelativeSource="{RelativeSource TemplatedParent}">
102102
<Binding.ConverterParameter>
103103
<converters:CornerRadiusPart>TopRight,BottomRight</converters:CornerRadiusPart>
104104
</Binding.ConverterParameter>

0 commit comments

Comments
 (0)