|
942 | 942 | <FontIcon Glyph="" FontFamily="Segoe MDL2 Assets"/>
|
943 | 943 | </AppBarButton.Icon>
|
944 | 944 | </AppBarButton>
|
945 |
| - <AppBarSeparator/> |
| 945 | + <AppBarSeparator IsCompact="True" Height="40"/> |
946 | 946 | <AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="{x:Bind parentPage.instanceInteraction.DeleteItem_Click}" x:Name="DeleteButton" IsEnabled="{x:Bind parentPage.HomeItems.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Label="Delete" Icon="Delete"/>
|
947 | 947 | <AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="{x:Bind parentPage.instanceInteraction.RenameItem_Click}" x:Name="RenameButton" IsEnabled="{x:Bind parentPage.HomeItems.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Label="Rename" Icon="Rename"/>
|
948 | 948 | <AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="AddItem_Click" x:Name="addItemButton" IsEnabled="{x:Bind parentPage.AlwaysPresentCommands.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Label="Add Item" Icon="Add">
|
949 | 949 | <AppBarButton.KeyboardAccelerators>
|
950 | 950 | <KeyboardAccelerator Modifiers="Control, Shift" Key="N"/>
|
951 | 951 | </AppBarButton.KeyboardAccelerators>
|
952 | 952 | </AppBarButton>
|
953 |
| - <AppBarSeparator/> |
| 953 | + <AppBarSeparator IsCompact="True" Height="40"/> |
954 | 954 | <AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="ShowPropertiesButton_Click" x:Name="ShowPropertiesButton" IsEnabled="{x:Bind parentPage.HomeItems.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Label="Properties">
|
955 | 955 | <AppBarButton.Icon>
|
956 | 956 | <FontIcon Glyph=""/>
|
|
997 | 997 | </AppBarButton.KeyboardAccelerators>
|
998 | 998 | </AppBarButton>
|
999 | 999 | <AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="{x:Bind parentPage.instanceInteraction.ClearAllItems}" x:Name="ClearAllButton" IsEnabled="{x:Bind parentPage.LayoutItems.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Icon="ClearSelection" Label="Clear All"/>
|
1000 |
| - <AppBarSeparator/> |
| 1000 | + <AppBarSeparator IsCompact="True" Height="40"/> |
1001 | 1001 | <AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" IsEnabled="{x:Bind parentPage.LayoutItems.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Icon="Sort" Label="Sort by">
|
1002 | 1002 | <AppBarButton.Flyout>
|
1003 | 1003 | <MenuFlyout Placement="BottomEdgeAlignedLeft">
|
|
0 commit comments