Skip to content

Commit

Permalink
Ignore the text scale factor for solving the UI layout issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jun 12, 2024
1 parent 58d12a1 commit 2ecb0c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NanaZip.UI.Modern/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:NanaZip.Modern"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
IsTextScaleFactorEnabled="False"
mc:Ignorable="d">
<Grid>
<Grid.RowDefinitions>
Expand Down
1 change: 1 addition & 0 deletions NanaZip.UI.Modern/MainWindowToolBarPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:NanaZip.Modern"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
IsTextScaleFactorEnabled="False"
Loaded="PageLoaded"
mc:Ignorable="d">
<Grid>
Expand Down
1 change: 1 addition & 0 deletions NanaZip.UI.Modern/SponsorPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:NanaZip.Modern"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
IsTextScaleFactorEnabled="False"
mc:Ignorable="d">
<Grid>
<Grid.RowDefinitions>
Expand Down

0 comments on commit 2ecb0c8

Please sign in to comment.