优化界面及logo

This commit is contained in:
Demo_Liu
2021-07-13 21:18:05 +08:00
parent ac5f3c32c9
commit 46e8b4c79b
15 changed files with 75 additions and 58 deletions

View File

@@ -9,6 +9,7 @@
WindowStartupLocation="CenterScreen"
Height="670"
Width="450"
Title="TaskInfo"
WindowStyle="None"
AllowsTransparency="True"
Background="Transparent" ShowInTaskbar="False"

View File

@@ -9,6 +9,7 @@
WindowStartupLocation="CenterScreen"
Height="450"
Width="850"
Title="Task"
WindowStyle="None"
AllowsTransparency="True"
Background="Transparent" ShowInTaskbar="False"

View File

@@ -5,6 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:hc="https://handyorg.github.io/handycontrol"
xmlns:local="clr-namespace:GeekDesk"
Title="Setting"
mc:Ignorable="d"
WindowStartupLocation="CenterScreen"
Height="450"
@@ -105,7 +106,7 @@
</hc:SideMenu>
</hc:Card>
<hc:ScrollViewer Grid.Row="0" Grid.Column="1">
<hc:Card x:Name="RightCard" Height="450" MouseDown="DragMove">
<hc:Card x:Name="RightCard" Height="448" MouseDown="DragMove">
</hc:Card>
</hc:ScrollViewer>

View File

@@ -7,7 +7,7 @@
xmlns:hc="https://handyorg.github.io/handycontrol"
xmlns:uc="clr-namespace:GeekDesk.Control.UserControls.IconFont"
mc:Ignorable="d"
Title="IconfontWindow"
Title="Svg"
Height="450" Width="600"
WindowStyle="None"
AllowsTransparency="True"