Skip to content

Commit cb64f60

Browse files
committed
Fix Button Width
1 parent 71a1fb3 commit cb64f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/TvTime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1111
<UseWinUI>true</UseWinUI>
1212
<EnableMsixTooling>true</EnableMsixTooling>
13-
<Version>4.8.1</Version>
13+
<Version>4.8.2</Version>
1414
<ImplicitUsings>true</ImplicitUsings>
1515
<LangVersion>Latest</LangVersion>
1616
<AccelerateBuildsInVisualStudio>False</AccelerateBuildsInVisualStudio>

dev/Views/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<StackPanel Orientation="Horizontal"
3535
Spacing="5">
3636
<Button x:Name="NavViewPaneDisplayModeButton"
37-
Width="38"
37+
Width="42"
3838
Height="32"
3939
Click="NavViewPaneDisplayModeButton_Click"
4040
Style="{ThemeResource SubtleButtonStyle}"

0 commit comments

Comments
 (0)