Loading XfszStory/Clocks/ClockWrapper.axaml +5 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
XfszStory/Clocks/ClockWrapper.axaml +5 −2 Original line number Diff line number Diff line Loading @@ -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>