From 80a997514025d4f195dd1a20ee96a06f6c2d82a5 Mon Sep 17 00:00:00 2001 From: BookerLiu Date: Mon, 20 Mar 2023 14:19:56 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/UserControls/Config/OtherControl.xaml | 22 ++++++++++++------- Control/UserControls/Config/ThemeControl.xaml | 4 +++- .../PannelCard/RightCardControl.xaml | 3 +-- GeekDesk.csproj | 4 ++-- Util/CommonCode.cs | 6 +++++ packages.config | 2 +- 6 files changed, 27 insertions(+), 14 deletions(-) diff --git a/Control/UserControls/Config/OtherControl.xaml b/Control/UserControls/Config/OtherControl.xaml index 4ddb204..6de912c 100644 --- a/Control/UserControls/Config/OtherControl.xaml +++ b/Control/UserControls/Config/OtherControl.xaml @@ -29,11 +29,13 @@ - + @@ -47,7 +49,9 @@ hc:Poptip.HitMode="None" hc:Poptip.IsOpen="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}" hc:Poptip.Content="仅Win11有效" - hc:Poptip.Placement="TopLeft"> + hc:Poptip.Placement="LeftTop" + hc:Poptip.VerticalOffset="-35" + hc:Poptip.HorizontalOffset="-1"> @@ -112,8 +116,10 @@