Skip to content

XAML #275

Answered by lpeyr
sgamesdev asked this question in Q&A
XAML #275
Aug 14, 2022 · 1 comment
Discussion options

You must be logged in to vote

I simply added a margin (Margin="0 10 10 0") on the GameCard user control:

<UserControl x:Class="Gavilya.UserControls.GameCard" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:lang="clr-namespace:Gavilya.Properties" xmlns:local="clr-namespace:Gavilya.UserControls" mc:Ignorable="d" FontFamily="../Fonts/#Hauora" Height="144" Width="256" Margin="0 10 10 0">

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sgamesdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants