diff --git a/Ink Canvas/Windows/MinimizedTimerWindow.xaml b/Ink Canvas/Windows/MinimizedTimerWindow.xaml index 519d1397..139f8256 100644 --- a/Ink Canvas/Windows/MinimizedTimerWindow.xaml +++ b/Ink Canvas/Windows/MinimizedTimerWindow.xaml @@ -5,9 +5,9 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Ink_Canvas" xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" - Topmost="True" Background="Transparent" + Topmost="True" Background="{DynamicResource SeewoTimerWindowBackground}" mc:Ignorable="d" WindowStyle="None" AllowsTransparency="True" - WindowStartupLocation="Manual" Title="计时器" Height="120" Width="350" + WindowStartupLocation="Manual" Title="计时器" Height="200" Width="600" MouseLeftButtonDown="Window_MouseLeftButtonDown" MouseLeftButtonUp="Window_MouseLeftButtonUp" MouseEnter="Window_MouseEnter" MouseLeave="Window_MouseLeave" MouseMove="Window_MouseMove"> @@ -15,76 +15,76 @@ - - + Margin="0" + UseLayoutRounding="True" + SnapsToDevicePixels="True"> - + + Margin="0,0,12,0"/> + Margin="0,0,12,0"/> - + Margin="0,0,12,0"/> + Margin="0,0,12,0"/> + Margin="0,0,12,0"/> - + Margin="0,0,12,0"/> + Margin="0,0,12,0"/>