From ca58cc2e83e084b8cfa6ecfd91aa7effad78f2c8 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 24 May 2024 00:08:52 +0900 Subject: [PATCH] Remove Binding VirtualizingStackPanel Orientation at pluginstore --- .../Views/SettingsPanePluginStore.xaml | 90 ++++++++++--------- 1 file changed, 48 insertions(+), 42 deletions(-) diff --git a/Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml b/Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml index 675cef7de..40d76a471 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml @@ -6,17 +6,20 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:ui="http://schemas.modernwpf.com/2019" - xmlns:wpftk="clr-namespace:WpfToolkit.Controls;assembly=VirtualizingWrapPanel" xmlns:viewModels="clr-namespace:Flow.Launcher.SettingPages.ViewModels" + xmlns:wpftk="clr-namespace:WpfToolkit.Controls;assembly=VirtualizingWrapPanel" Title="PluginStore" - FocusManager.FocusedElement="{Binding ElementName=PluginStoreFilterTextbox}" - KeyDown="SettingsPanePlugins_OnKeyDown" d:DataContext="{d:DesignInstance viewModels:SettingsPanePluginStoreViewModel}" d:DesignHeight="450" d:DesignWidth="800" + FocusManager.FocusedElement="{Binding ElementName=PluginStoreFilterTextbox}" + KeyDown="SettingsPanePlugins_OnKeyDown" mc:Ignorable="d"> - + @@ -34,9 +37,9 @@ + Padding="5,18,0,0"> + Margin="5,24,0,0"> @@ -94,8 +97,8 @@