improve:UI
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user