Commit 6b1710d5 authored by shrabbit's avatar shrabbit
Browse files

Update ClockWrapper size and remove window border

parent d3645d87
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,12 +4,15 @@
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:clocks="clr-namespace:XfszStory.Clocks"
        mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
        Width="229"
        Height="106"
        x:Class="XfszStory.Clocks.ClockWrapper"
        TransparencyLevelHint="Transparent"
        ExtendClientAreaTitleBarHeightHint="0"
        Background="{x:Null}"
        WindowDecorations="BorderOnly"
        WindowDecorations="None"
        Title="ClockWrapper"
        PointerPressed="InputElement_OnPointerPressed">
        <clocks:ClockView/>
        
        <clocks:ClockView x:Name="Clock" />
</Window>