Skip to content

Commit

Permalink
fix: xaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering committed Apr 26, 2022
1 parent 69de305 commit b800a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
Text="{Binding Text, ElementName=input}"
Padding="{Binding SelectedItem.Content, ElementName=padding}"
FontSize="{Binding SelectedItem.Content, ElementName=fontSize}"
FontWeight="Binding SelectedItem.Content, ElementName=fontWeight}"
FontWeight="{Binding SelectedItem.Content, ElementName=fontWeight}"
CharacterSpacing="{Binding SelectedItem.Content, ElementName=characterSpacing}"
FontStyle="{Binding SelectedItem.Content, ElementName=style}"
/>
Expand Down

0 comments on commit b800a40

Please sign in to comment.