mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove obsolete calls
This commit is contained in:
parent
7b1fb22a5b
commit
db71ffd691
1 changed files with 1 additions and 3 deletions
|
|
@ -1030,7 +1030,6 @@
|
||||||
ScrollViewer.CanContentScroll="False"
|
ScrollViewer.CanContentScroll="False"
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
||||||
SelectedItem="{Binding SelectedPlugin}"
|
SelectedItem="{Binding SelectedPlugin}"
|
||||||
SelectionChanged="SelectedPluginChanged"
|
|
||||||
SnapsToDevicePixels="True"
|
SnapsToDevicePixels="True"
|
||||||
Style="{DynamicResource PluginListStyle}">
|
Style="{DynamicResource PluginListStyle}">
|
||||||
<ListBox.ItemsPanel>
|
<ListBox.ItemsPanel>
|
||||||
|
|
@ -1220,8 +1219,7 @@
|
||||||
Margin="0"
|
Margin="0"
|
||||||
Padding="1"
|
Padding="1"
|
||||||
VerticalAlignment="Stretch"
|
VerticalAlignment="Stretch"
|
||||||
Content="{Binding SettingControl}"
|
Content="{Binding SettingControl}" />
|
||||||
SizeChanged="ItemSizeChanged" />
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue