Skip to content

Commit 98caa3f

Browse files
committed
Formatting XAML
1 parent 2ecb3f1 commit 98caa3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Fluent.Ribbon/Themes/Controls/RibbonTabControl.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,12 @@
253253
Margin="0"
254254
Focusable="False">
255255
<Fluent:TransitioningControl x:Name="PART_SelectedContent"
256-
HorizontalAlignment="Stretch"
257-
VerticalAlignment="Stretch"
258-
HorizontalContentAlignment="Stretch"
259-
VerticalContentAlignment="Stretch"
260-
NextContent="{Binding SelectedContent, RelativeSource={RelativeSource TemplatedParent}}"
261-
TransitionStoryboard="{DynamicResource Fluent.Ribbon.Storyboards.RibbonTabControl.Content.Transition}" />
256+
HorizontalAlignment="Stretch"
257+
VerticalAlignment="Stretch"
258+
HorizontalContentAlignment="Stretch"
259+
VerticalContentAlignment="Stretch"
260+
NextContent="{Binding SelectedContent, RelativeSource={RelativeSource TemplatedParent}}"
261+
TransitionStoryboard="{DynamicResource Fluent.Ribbon.Storyboards.RibbonTabControl.Content.Transition}" />
262262
</ContentControl>
263263
</Grid>
264264
</Border>

0 commit comments

Comments
 (0)