We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1845b commit a1328e9Copy full SHA for a1328e9
YouTubeLiveSitePlugin/Test2/CommentPostPanel.xaml
@@ -6,7 +6,7 @@
6
xmlns:local="clr-namespace:YouTubeLiveSitePlugin.Test2"
7
d:DataContext="{d:DesignInstance local:CommentPostPanelViewModel, IsDesignTimeCreatable=True}"
8
mc:Ignorable="d" Height="50" Width="330">
9
- <Grid Margin="0">
+ <Grid Margin="0,0,5,5">
10
<TextBox HorizontalAlignment="Stretch" Height="23" IsEnabled="{Binding CanPostComment}" Margin="0,27,85,0" TextWrapping="NoWrap" Text="{Binding Comment, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Bottom">
11
<TextBox.InputBindings>
12
<KeyBinding Command="{Binding PostCommentCommand}" Key="Return" />
0 commit comments