diff --git a/Control/UserControls/PannelCard/RightCardControl.xaml b/Control/UserControls/PannelCard/RightCardControl.xaml index bbf1ca9..18a6d07 100644 --- a/Control/UserControls/PannelCard/RightCardControl.xaml +++ b/Control/UserControls/PannelCard/RightCardControl.xaml @@ -66,10 +66,10 @@ - @@ -159,9 +159,9 @@ VirtualizingPanel.IsContainerVirtualizable="True" > + BorderThickness="0" + Padding="0,10,0,0" + > diff --git a/GeekDesk.csproj b/GeekDesk.csproj index f959d11..d24931e 100644 --- a/GeekDesk.csproj +++ b/GeekDesk.csproj @@ -210,18 +210,14 @@ - - - - diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 2273780..4f52fcb 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.1.2")] -[assembly: AssemblyFileVersion("2.4.1.2")] +[assembly: AssemblyVersion("2.4.1.4")] +[assembly: AssemblyFileVersion("2.4.1.4")] diff --git a/Update.json b/Update.json index d27655c..7e45f6c 100644 --- a/Update.json +++ b/Update.json @@ -1,9 +1,9 @@ { "title": "GeekDesk版本更新", - "subTitle": "V2.4.12", + "subTitle": "V2.4.14", "msgTitle": "本次更新内容如下", - "msg": "['各位兄弟去给我点个免费Star呗','这是个修复版本,主要修复上个版本的bug','修复图标无法拖动','修复界面遮挡任务栏']", + "msg": "['增加图标排序功能','增加鼠标悬停切换菜单','增加搜索功能','其它已知问题修复','老规矩兄弟萌, 我用爱发电, 你们点免费Star']", "githubUrl": "https://github.com/Demo-Liu/GeekDesk/releases", "giteeUrl": "https://gitee.com/demo_liu/GeekDesk/releases", - "version": "2.4.12" + "version": "2.4.14" } \ No newline at end of file