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" BorderThickness="0"
Background="Transparent" Background="Transparent"
Click="BtnCloseVideoPresenter_Click"> Click="BtnCloseVideoPresenter_Click">
<Image <Path
Source="/Resources/new-icons/close-white.png" Stroke="{DynamicResource IconForeground}"
RenderOptions.BitmapScalingMode="HighQuality" StrokeThickness="2"
StrokeStartLineCap="Round"
StrokeEndLineCap="Round"
Width="16" Width="16"
Height="16" Height="16"
HorizontalAlignment="Center" HorizontalAlignment="Center"
VerticalAlignment="Center" /> VerticalAlignment="Center"
Stretch="Uniform"
Data="M4.5 4.5L11.5 11.5M11.5 4.5L4.5 11.5" />
</Button> </Button>
</Grid> </Grid>
-1
View File
@@ -6,7 +6,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text; using System.Text;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;