Skip to content

Commit a901e19

Browse files
committed
adding padding to the NotificationView.axaml
1 parent 4e1b81e commit a901e19

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

.idea/.idea.CutCode/.idea/avalonia.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.CutCode/.idea/workspace.xml

Lines changed: 5 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CutCode.CrossPlatform/Views/NotificationView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Grid Grid.Row="1">
5050
<TextBlock Foreground="{Binding TextColor, Converter={StaticResource ColorToBrushConverter}}"
5151
Text="{Binding Message}" TextWrapping="Wrap"
52-
FontSize="13" Padding="10,4,5,3"
52+
FontSize="13" Padding="10,4,8,6"
5353
FontFamily="{StaticResource PoppinsRegular}"/>
5454
</Grid>
5555
</Grid>

0 commit comments

Comments
 (0)