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.
2 parents 0bfdc01 + 8e413f4 commit a6335ddCopy full SHA for a6335dd
src/TwitchStreamingTools/Assets/delete.png
-2.85 KB
src/TwitchStreamingTools/Assets/pencil.png
3.75 KB
src/TwitchStreamingTools/Views/Pages/ChatView.axaml
@@ -27,9 +27,9 @@
27
<ColumnDefinition Width="*" />
28
<ColumnDefinition Width="Auto" />
29
</Grid.ColumnDefinitions>
30
- <TextBlock Grid.Column="0" VerticalAlignment="Center" Margin="0 0 5 0">Add Channel:</TextBlock>
+ <TextBlock Grid.Column="0" VerticalAlignment="Center" Margin="0 0 5 0">Twitch Channel:</TextBlock>
31
<TextBox Grid.Column="1" Text="{Binding TwitchChatName}" Margin="0 0 5 0" />
32
- <Button Grid.Column="2" IsDefault="True" Command="{Binding OnAddChat}" Content="+" />
+ <Button Grid.Column="2" IsDefault="True" Command="{Binding OnAddChat}" Content="Add" />
33
</Grid>
34
35
<Label Grid.Row="1" Grid.Column="0" HorizontalAlignment="Center">Twitch Channels</Label>
0 commit comments