Pārlūkot izejas kodu

Remove default-theme resources from ManagedFileDIalog, so it will not use missing resource on Fluent theme

Maksym Katsydan 5 gadi atpakaļ
vecāks
revīzija
15bc4a633c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/Avalonia.Dialogs/ManagedFileChooser.xaml

+ 1 - 1
src/Avalonia.Dialogs/ManagedFileChooser.xaml

@@ -76,7 +76,7 @@
 
         <ListBox Margin="0 0 5 5" BorderBrush="Transparent" x:Name="QuickLinks" Items="{Binding QuickLinks}"
                  SelectedIndex="{Binding QuickLinksSelectedIndex}"
-                 DockPanel.Dock="Left" Background="{DynamicResource ThemeControlMidBrush}" Focusable="False">
+                 DockPanel.Dock="Left" Focusable="False">
             <ListBox.ItemTemplate>
                 <DataTemplate>
                     <StackPanel Spacing="4" Orientation="Horizontal" Background="Transparent">