Skip to content

Commit c410f55

Browse files
committed
Remove extra 4px ribbon items padding
1 parent b374d31 commit c410f55

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Files.Package/Files.Package.wapproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<AppxPackageDir>C:\Users\lukeb\Documents\build\</AppxPackageDir>
5555
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
5656
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
57+
<DisableXbfLineInfo>False</DisableXbfLineInfo>
5758
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
5859
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
5960
<GenerateTestArtifacts>False</GenerateTestArtifacts>

Files/Controls/RibbonArea.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
</AppBarButton.Icon>
982982
</AppBarButton>
983983
<AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="{x:Bind parentPage.instanceInteraction.OpenItem_Click}" x:Name="OpenWithButton" IsEnabled="{x:Bind parentPage.HomeItems.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Label="Open With" Icon="OpenWith"/>
984-
<AppBarSeparator/>
984+
<AppBarSeparator IsCompact="True" Height="40"/>
985985
<AppBarButton MinWidth="40" LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}" Style="{StaticResource AppBarButtonRevealStyle}" CornerRadius="2" Click="{x:Bind parentPage.instanceInteraction.ShowFolderPropertiesButton_Click}" x:Name="ShowFolderPropertiesButton" IsEnabled="{x:Bind parentPage.AlwaysPresentCommands.isEnabled, Mode=OneWay}" Label="Folder Properties">
986986
<AppBarButton.Icon>
987987
<FontIcon Glyph="&#xE946;"/>

Files/Files.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
2424
<GenerateTestArtifacts>False</GenerateTestArtifacts>
2525
<AppxBundle>Always</AppxBundle>
26+
<DisableXbfLineInfo>False</DisableXbfLineInfo>
2627
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
2728
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
2829
</PropertyGroup>

0 commit comments

Comments
 (0)