Skip to content

Commit

Permalink
Increased textbox content host right margin
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalE4rth committed Sep 3, 2023
1 parent dcc50f5 commit 565303a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyOrchid/Styles/Text/TextBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<ScrollViewer x:Name="PART_ContentHost"
Grid.Column="1"
Margin="5,0,0,0"
Margin="5,0,5,0"
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"
Focusable="false"
Expand Down

0 comments on commit 565303a

Please sign in to comment.