Skip to content

Commit 9f12cf8

Browse files
committed
Formatting XAML
1 parent b270a4c commit 9f12cf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@
199199

200200
<Button x:Name="backbutton"
201201
Uid="{TemplateBinding BackButtonUid}"
202-
AutomationProperties.Name="{Binding Uid, RelativeSource={RelativeSource Self}}"
203202
Style="{DynamicResource Fluent.Ribbon.Styles.BackstageBackButton}"
204203
Grid.Row="0"
205204
Padding="22 7 0 7"
206205
VerticalAlignment="Top"
206+
AutomationProperties.Name="{Binding Uid, RelativeSource={RelativeSource Self}}"
207207
Command="{x:Static Fluent:RibbonCommands.OpenBackstage}"
208208
Visibility="{Binding Path=IsBackButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}">
209209
<Button.Margin>

Fluent.Ribbon/Themes/RibbonWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:Fluent="clr-namespace:Fluent"
44
xmlns:controlzex="urn:controlzex"
@@ -20,11 +20,11 @@
2020

2121
<DockPanel Grid.Row="0"
2222
Height="{TemplateBinding TitleBarHeight}"
23+
Margin="0 0 0 -1"
2324
HorizontalAlignment="Stretch"
2425
VerticalAlignment="Top"
2526
Background="{TemplateBinding TitleBackground}"
26-
LastChildFill="True"
27-
Margin="0 0 0 -1">
27+
LastChildFill="True">
2828
<Image x:Name="PART_Icon"
2929
Width="16"
3030
Height="16"

0 commit comments

Comments
 (0)