File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 55
55
<Grid .ColumnDefinitions>
56
56
<ColumnDefinition Width =" 60" />
57
57
<ColumnDefinition Width =" 9*" />
58
- <ColumnDefinition Width =" Auto" />
58
+ <ColumnDefinition Width =" Auto" MinWidth = " 8 " />
59
59
</Grid .ColumnDefinitions>
60
60
<StackPanel
61
61
Grid.Column=" 2"
164
164
IsEnabled =" False"
165
165
Style =" {DynamicResource ItemTitleStyle}"
166
166
Text =" {Binding Result.Title}"
167
+ TextTrimming =" CharacterEllipsis"
167
168
ToolTip =" {Binding ShowTitleToolTip}"
168
169
ToolTipService.ShowOnDisabled=" True" >
169
170
<vm : ResultsViewModel .FormattedText>
179
180
IsEnabled =" False"
180
181
Style =" {DynamicResource ItemSubTitleStyle}"
181
182
Text =" {Binding Result.SubTitle}"
183
+ TextTrimming =" CharacterEllipsis"
182
184
ToolTip =" {Binding ShowSubTitleToolTip}"
183
185
ToolTipService.ShowOnDisabled=" True" />
184
186
</Grid >
You can’t perform that action at this time.
0 commit comments