File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 <TextBlock Text =" " />
8484 </DataTemplate >
8585 <DataTemplate x : Key =" QueueSourceTemplate" >
86- <TextBlock Text =" {Binding Job.SourcePath}" TextTrimming =" CharacterEllipsis" ToolTipService.ToolTip=" {Binding Job.SourcePath}"
86+ <TextBlock
87+ Text =" {Binding Job.SourcePath}" TextTrimming =" CharacterEllipsis"
88+ ToolTip =" {Binding Job.SourcePath}" ToolTipService.InitialShowDelay=" 0"
8789 Style =" {StaticResource QueueText}" />
8890 </DataTemplate >
8991 <DataTemplate x : Key =" QueueTitleTemplate" >
9597 Style =" {StaticResource QueueText}" />
9698 </DataTemplate >
9799 <DataTemplate x : Key =" QueueDestinationTemplate" >
98- <TextBlock Text =" {Binding Job.OutputPath}" TextTrimming =" CharacterEllipsis" ToolTipService.ToolTip=" {Binding Job.OutputPath}"
100+ <TextBlock
101+ Text =" {Binding Job.OutputPath}" TextTrimming =" CharacterEllipsis"
102+ ToolTip =" {Binding Job.OutputPath}" ToolTipService.InitialShowDelay=" 0"
99103 Style =" {StaticResource QueueText}" />
100104 </DataTemplate >
101105 <DataTemplate x : Key =" QueueRemoveTemplate" >
You can’t perform that action at this time.
0 commit comments