Skip to content

Commit

Permalink
Fix Button Width
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Dec 1, 2023
1 parent 71a1fb3 commit cb64f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/TvTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<Version>4.8.1</Version>
<Version>4.8.2</Version>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>Latest</LangVersion>
<AccelerateBuildsInVisualStudio>False</AccelerateBuildsInVisualStudio>
Expand Down
2 changes: 1 addition & 1 deletion dev/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<StackPanel Orientation="Horizontal"
Spacing="5">
<Button x:Name="NavViewPaneDisplayModeButton"
Width="38"
Width="42"
Height="32"
Click="NavViewPaneDisplayModeButton_Click"
Style="{ThemeResource SubtleButtonStyle}"
Expand Down

0 comments on commit cb64f60

Please sign in to comment.