Skip to content

Commit

Permalink
Tooltip text change to let users know they can leave the quality opti…
Browse files Browse the repository at this point in the history
…on empty to be shown all valid qualities
  • Loading branch information
laurencee committed Aug 12, 2016
1 parent f99e1c5 commit f904f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Livestream.Monitor/Views/HeaderView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<TextBlock Text="Quality:" VerticalAlignment="Center" Margin="5" FontWeight="Bold" />
<ComboBox Margin="2" MinWidth="75" IsEditable="True"
ItemsSource="{Binding StreamQualities}" IsEnabled="{Binding MonitorStreamsModel.CanOpenStream}" Text="{Binding MonitorStreamsModel.SelectedStreamQuality}"
ToolTip="You can freely type in any quality option you want" />
ToolTip="You can freely type in any quality option you want, leave empty if you want to see all qualities supported for the stream." />

<!-- Importing & Adding new streams -->
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" Margin="5,2" />
Expand Down
2 changes: 1 addition & 1 deletion Livestream.Monitor/Views/TopStreamsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<TextBlock Text="Quality:" VerticalAlignment="Center" Margin="5" FontWeight="Bold" />
<ComboBox Margin="2" MinWidth="75" IsEditable="True"
ItemsSource="{Binding StreamQualities}" Text="{Binding SelectedStreamQuality}"
ToolTip="You can freely type in any quality option you want" />
ToolTip="You can freely type in any quality option you want, leave empty if you want to see all qualities supported for the stream." />
<Button x:Name="RefreshItems" Content="{StaticResource RefreshButtonText}" FontWeight="ExtraBold" Margin="2" ToolTip="Refresh Top Streams" />
</StackPanel>

Expand Down

0 comments on commit f904f03

Please sign in to comment.