File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 391391 <DataTemplate x : DataType =" dataitems:NavigationBarSuggestionItem" >
392392 <Grid ColumnSpacing =" 12" >
393393 <Grid .ColumnDefinitions>
394- <ColumnDefinition Width =" Auto " />
394+ <ColumnDefinition Width =" 16 " />
395395 <ColumnDefinition Width =" *" />
396396 <ColumnDefinition Width =" Auto" />
397397 </Grid .ColumnDefinitions>
398398
399399 <Viewbox
400+ x:Name=" OmnibarCommandPaletteModeSuggestionItemIconViewbox"
400401 Grid.Column=" 0"
401402 Width=" 16"
402- Height=" 16" >
403+ Height=" 16"
404+ x:Load=" {x:Bind Icon, Converter={StaticResource NullToFalseConverter}, Mode=OneWay}" >
403405 <ContentPresenter Content =" {x:Bind Icon, Mode=OneWay}" Foreground =" {ThemeResource App.Theme.IconBaseBrush}" />
404406 </Viewbox >
405407
You can’t perform that action at this time.
0 commit comments