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 375375 <DataTemplate x : DataType =" dataitems:NavigationBarSuggestionItem" >
376376 <Grid ColumnSpacing =" 12" >
377377 <Grid .ColumnDefinitions>
378- <ColumnDefinition Width =" Auto " />
378+ <ColumnDefinition Width =" 16 " />
379379 <ColumnDefinition Width =" *" />
380380 <ColumnDefinition Width =" Auto" />
381381 </Grid .ColumnDefinitions>
382382
383383 <Viewbox
384+ x:Name=" OmnibarCommandPaletteModeSuggestionItemIconViewbox"
384385 Grid.Column=" 0"
385386 Width=" 16"
386- Height=" 16" >
387+ Height=" 16"
388+ x:Load=" {x:Bind Icon, Converter={StaticResource NullToFalseConverter}, Mode=OneWay}" >
387389 <ContentPresenter Content =" {x:Bind Icon, Mode=OneWay}" Foreground =" {ThemeResource App.Theme.IconBaseBrush}" />
388390 </Viewbox >
389391
You can’t perform that action at this time.
0 commit comments