improve:UI

This commit is contained in:
2026-02-22 14:47:25 +08:00
parent 6f00a332c1
commit e2da207965
2 changed files with 8 additions and 5 deletions
+8 -4
View File
@@ -10536,13 +10536,17 @@
BorderThickness="0"
Background="Transparent"
Click="BtnCloseVideoPresenter_Click">
<Image
Source="/Resources/new-icons/close-white.png"
RenderOptions.BitmapScalingMode="HighQuality"
<Path
Stroke="{DynamicResource IconForeground}"
StrokeThickness="2"
StrokeStartLineCap="Round"
StrokeEndLineCap="Round"
Width="16"
Height="16"
HorizontalAlignment="Center"
VerticalAlignment="Center" />
VerticalAlignment="Center"
Stretch="Uniform"
Data="M4.5 4.5L11.5 11.5M11.5 4.5L4.5 11.5" />
</Button>
</Grid>
-1
View File
@@ -6,7 +6,6 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;