From 74825fc27a6f9927491ee30259b60172eea485f8 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Thu, 16 May 2024 00:48:25 +0600 Subject: [PATCH] SettingWindow small cleanup --- Flow.Launcher/Resources/SettingWindowStyle.xaml | 16 ++-------------- Flow.Launcher/SettingWindow.xaml | 17 ----------------- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/Flow.Launcher/Resources/SettingWindowStyle.xaml b/Flow.Launcher/Resources/SettingWindowStyle.xaml index 0fc2c3665..2c73094c7 100644 --- a/Flow.Launcher/Resources/SettingWindowStyle.xaml +++ b/Flow.Launcher/Resources/SettingWindowStyle.xaml @@ -2,23 +2,11 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:converters="clr-namespace:Flow.Launcher.Converters" - xmlns:core="clr-namespace:Flow.Launcher.Core.Resource;assembly=Flow.Launcher.Core" - xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase" - xmlns:ui="http://schemas.modernwpf.com/2019"> + xmlns:core="clr-namespace:Flow.Launcher.Core.Resource;assembly=Flow.Launcher.Core"> - - - - - - - - - - - \ No newline at end of file + diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 3562fe2f9..254c6a01d 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -2,18 +2,10 @@ x:Class="Flow.Launcher.SettingWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:cc="clr-namespace:Flow.Launcher.Resources.Controls" - xmlns:converters="clr-namespace:Flow.Launcher.Converters" - xmlns:core="clr-namespace:Flow.Launcher.Core.Resource;assembly=Flow.Launcher.Core" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:flowlauncher="clr-namespace:Flow.Launcher" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase" - xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:ui="http://schemas.modernwpf.com/2019" - xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure" xmlns:vm="clr-namespace:Flow.Launcher.ViewModel" - xmlns:wpftk="clr-namespace:WpfToolkit.Controls;assembly=VirtualizingWrapPanel" Title="{DynamicResource flowlauncher_settings}" Width="{Binding SettingWindowWidth, Mode=TwoWay}" Height="{Binding SettingWindowHeight, Mode=TwoWay}" @@ -40,15 +32,6 @@ - - - - - - - - -