From 2ad716a4ad9ac00f0c2becbea688e5dfaff14708 Mon Sep 17 00:00:00 2001
From: 2dust <31833384+2dust@users.noreply.github.com>
Date: Tue, 26 Aug 2025 17:46:43 +0800
Subject: [PATCH] Remove Cursor="Hand"
---
.../Views/AddServer2Window.axaml | 2 --
.../Views/AddServerWindow.axaml | 2 --
.../Views/DNSSettingWindow.axaml | 8 ++----
.../Views/FullConfigTemplateWindow.axaml | 2 --
.../Views/GlobalHotkeySettingWindow.axaml | 2 --
.../Views/OptionSettingWindow.axaml | 2 --
.../Views/RoutingRuleDetailsWindow.axaml | 2 --
.../Views/RoutingRuleSettingWindow.axaml | 28 +++++++++----------
.../Views/RoutingSettingWindow.axaml | 2 --
.../v2rayN.Desktop/Views/SubEditWindow.axaml | 2 --
.../Views/SudoPasswordInputView.axaml | 2 --
v2rayN/v2rayN/Views/AddServer2Window.xaml | 2 --
v2rayN/v2rayN/Views/AddServerWindow.xaml | 2 --
v2rayN/v2rayN/Views/DNSSettingWindow.xaml | 4 ---
.../Views/FullConfigTemplateWindow.xaml | 2 --
.../Views/GlobalHotkeySettingWindow.xaml | 2 --
v2rayN/v2rayN/Views/OptionSettingWindow.xaml | 2 --
.../Views/RoutingRuleDetailsWindow.xaml | 2 --
.../Views/RoutingRuleSettingWindow.xaml | 2 --
v2rayN/v2rayN/Views/RoutingSettingWindow.xaml | 2 --
v2rayN/v2rayN/Views/SubEditWindow.xaml | 2 --
21 files changed, 15 insertions(+), 61 deletions(-)
diff --git a/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml b/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml
index 6b547b65..0c9d89a4 100644
--- a/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml
@@ -23,14 +23,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
diff --git a/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml b/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
index 9cb462d1..ab6bc223 100644
--- a/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
@@ -23,14 +23,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
diff --git a/v2rayN/v2rayN.Desktop/Views/DNSSettingWindow.axaml b/v2rayN/v2rayN.Desktop/Views/DNSSettingWindow.axaml
index afb3dd97..c9cf690b 100644
--- a/v2rayN/v2rayN.Desktop/Views/DNSSettingWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/DNSSettingWindow.axaml
@@ -24,14 +24,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
@@ -331,8 +329,7 @@
+ Content="{x:Static resx:ResUI.TbSettingDnsImportDefConfig}" />
@@ -415,8 +412,7 @@
+ Content="{x:Static resx:ResUI.TbSettingDnsImportDefConfig}" />
diff --git a/v2rayN/v2rayN.Desktop/Views/FullConfigTemplateWindow.axaml b/v2rayN/v2rayN.Desktop/Views/FullConfigTemplateWindow.axaml
index bdeb1c93..63f29ed0 100644
--- a/v2rayN/v2rayN.Desktop/Views/FullConfigTemplateWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/FullConfigTemplateWindow.axaml
@@ -23,14 +23,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
diff --git a/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml b/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml
index 6a16d523..8eb3b473 100644
--- a/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml
@@ -28,14 +28,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
diff --git a/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml b/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml
index df8ac68a..3c6e7231 100644
--- a/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/OptionSettingWindow.axaml
@@ -24,14 +24,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
diff --git a/v2rayN/v2rayN.Desktop/Views/RoutingRuleDetailsWindow.axaml b/v2rayN/v2rayN.Desktop/Views/RoutingRuleDetailsWindow.axaml
index 460f0107..f310f260 100644
--- a/v2rayN/v2rayN.Desktop/Views/RoutingRuleDetailsWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/RoutingRuleDetailsWindow.axaml
@@ -167,14 +167,12 @@
x:Name="btnSave"
Width="100"
Content="{x:Static resx:ResUI.TbConfirm}"
- Cursor="Hand"
IsDefault="True" />
diff --git a/v2rayN/v2rayN.Desktop/Views/RoutingRuleSettingWindow.axaml b/v2rayN/v2rayN.Desktop/Views/RoutingRuleSettingWindow.axaml
index e2abe9c0..9e372f68 100644
--- a/v2rayN/v2rayN.Desktop/Views/RoutingRuleSettingWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/RoutingRuleSettingWindow.axaml
@@ -27,22 +27,20 @@
@@ -54,8 +52,8 @@
+ Margin="{StaticResource Margin4}"
+ HorizontalAlignment="Left" />