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.
1 parent 7b1fb22 commit db71ffdCopy full SHA for db71ffd
Flow.Launcher/SettingWindow.xaml
@@ -1030,7 +1030,6 @@
1030
ScrollViewer.CanContentScroll="False"
1031
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
1032
SelectedItem="{Binding SelectedPlugin}"
1033
- SelectionChanged="SelectedPluginChanged"
1034
SnapsToDevicePixels="True"
1035
Style="{DynamicResource PluginListStyle}">
1036
<ListBox.ItemsPanel>
@@ -1220,8 +1219,7 @@
1220
1219
Margin="0"
1221
Padding="1"
1222
VerticalAlignment="Stretch"
1223
- Content="{Binding SettingControl}"
1224
- SizeChanged="ItemSizeChanged" />
+ Content="{Binding SettingControl}" />
1225
</StackPanel>
1226
1227
<StackPanel>
0 commit comments