From 127858d5822ef8eabad9f8e4432b719f5756ebf1 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:23:03 +0800 Subject: [PATCH] Adjust UI for desktop --- .../Views/BackupAndRestoreView.axaml | 23 ++++--- .../Views/BackupAndRestoreView.axaml.cs | 7 +- .../Views/CheckUpdateView.axaml | 3 +- .../Views/ClashProxiesView.axaml | 28 ++++---- v2rayN/v2rayN.Desktop/Views/MainWindow.axaml | 65 ++----------------- .../Views/ProfilesView.axaml.cs | 7 +- v2rayN/v2rayN.Desktop/Views/QrcodeView.axaml | 3 - .../v2rayN.Desktop/Views/QrcodeView.axaml.cs | 5 ++ 8 files changed, 54 insertions(+), 87 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml b/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml index 6023ca892e7..d61dae8a01a 100644 --- a/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml +++ b/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml @@ -5,10 +5,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:resx="clr-namespace:ServiceLib.Resx;assembly=ServiceLib" - xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" d:DesignHeight="450" d:DesignWidth="800" - x:DataType="vms:BackupAndRestoreViewModel" mc:Ignorable="d">