Skip to content

Commit

Permalink
WinGui: Improve many tooltips for 1.0 HandBrake#426
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Dec 20, 2016
1 parent 8f60ff0 commit c95e457
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 60 deletions.
5 changes: 3 additions & 2 deletions win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:cal="http://www.caliburnproject.org"
xmlns:controls="clr-namespace:HandBrakeWPF.Controls"
xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" x:Name="sourcePanel">
xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" x:Name="sourcePanel"
>

<Grid Height="{Binding ElementName=sourcePanel, Path=ActualHeight}">

Expand Down Expand Up @@ -39,7 +40,7 @@
<StackPanel Orientation="Horizontal">
<TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_ChooseSpecificTitle}" />

<controls:NumberBox Width="60" Height="24" Margin="10,0,0,0"
<controls:NumberBox Width="60" Height="24" Margin="10,0,0,0" ToolTip="{x:Static Properties:ResourcesTooltips.SourceSelection_TitleSpecific}"
Minimum="0" Maximum="5000" Number="{Binding TitleSpecificScan, Mode=TwoWay}" />
</StackPanel>

Expand Down
256 changes: 237 additions & 19 deletions win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c95e457

Please sign in to comment.