Skip to content

Commit

Permalink
Change TextBox to use MinHeight instead of Height to fix 200% font sc…
Browse files Browse the repository at this point in the history
…aling (#2112)

Co-authored-by: Felipe da Conceicao Guimaraes <felipeda@microsoft.com>
  • Loading branch information
guimafelipe and Felipe da Conceicao Guimaraes committed Jan 11, 2024
1 parent ed0cf61 commit 49a8bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/DevHome.Settings/Views/FeedbackPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<ScrollViewer VerticalScrollBarVisibility="Auto">
<StackPanel>
<TextBox x:Name="DocumentationIssueTitle" x:Uid="Settings_Feedback_DocumentationIssue_IssueTitle" AcceptsReturn="True"/>
<TextBox x:Name="DocumentationIssueDescription" x:Uid="Settings_Feedback_DocumentationIssue_Description" TextWrapping="Wrap" Margin="{StaticResource SmallTopMargin}" Height="{StaticResource FeedbackTextBoxHeight}" AcceptsReturn="True"/>
<TextBox x:Name="DocumentationIssueDescription" x:Uid="Settings_Feedback_DocumentationIssue_Description" TextWrapping="Wrap" Margin="{StaticResource SmallTopMargin}" MinHeight="{StaticResource FeedbackTextBoxHeight}" AcceptsReturn="True"/>
</StackPanel>
</ScrollViewer>
</Grid>
Expand Down

0 comments on commit 49a8bef

Please sign in to comment.