Skip to content

Commit 0566a6c

Browse files
committed
Change the clock to it cannot be clicked
1 parent 61cdc73 commit 0566a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</TextBox.ContextMenu>
194194
</TextBox>
195195

196-
<StackPanel x:Name="ClockPanel" Style="{DynamicResource ClockPanel}">
196+
<StackPanel x:Name="ClockPanel" Style="{DynamicResource ClockPanel}" IsHitTestVisible="False">
197197
<TextBlock x:Name="DateBox" Style="{DynamicResource DateBox}" />
198198
<TextBlock x:Name="ClockBox" Style="{DynamicResource ClockBox}" />
199199
</StackPanel>

0 commit comments

Comments
 (0)