We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fee3d1d + 7352c11 commit b079aa3Copy full SHA for b079aa3
Flow.Launcher/SettingWindow.xaml
@@ -1796,7 +1796,8 @@
1796
HorizontalAlignment="Left"
1797
VerticalAlignment="Top"
1798
ItemsSource="{Binding Source={StaticResource SortedFonts}}"
1799
- SelectedItem="{Binding SelectedQueryBoxFont}" />
+ SelectedItem="{Binding SelectedQueryBoxFont}"
1800
+ IsSynchronizedWithCurrentItem="False" />
1801
<ComboBox
1802
Width="130"
1803
Margin="10,0,0,0"
@@ -1846,7 +1847,8 @@
1846
1847
1848
1849
- SelectedItem="{Binding SelectedResultFont}" />
1850
+ SelectedItem="{Binding SelectedResultFont}"
1851
1852
1853
1854
Margin="10,-2,0,0"
0 commit comments