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 aa3652c commit 3847c86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NanaGet/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:NanaGet"
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 NanaGet/MainPage.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:NanaGet"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
IsTextScaleFactorEnabled="False"
mc:Ignorable="d">
<Page.Resources>
<local:TaskItemConverter x:Name="TaskItemConverter" />
Expand Down
1 change: 1 addition & 0 deletions NanaGet/NewTaskPage.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:NanaGet"
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 NanaGet/SettingsPage.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:NanaGet"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
IsTextScaleFactorEnabled="False"
mc:Ignorable="d">
<Grid>
<Grid.RowDefinitions>
Expand Down

0 comments on commit 3847c86

Please sign in to comment.