We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cdc73 commit 0566a6cCopy full SHA for 0566a6c
Flow.Launcher/MainWindow.xaml
@@ -193,7 +193,7 @@
193
</TextBox.ContextMenu>
194
</TextBox>
195
196
- <StackPanel x:Name="ClockPanel" Style="{DynamicResource ClockPanel}">
+ <StackPanel x:Name="ClockPanel" Style="{DynamicResource ClockPanel}" IsHitTestVisible="False">
197
<TextBlock x:Name="DateBox" Style="{DynamicResource DateBox}" />
198
<TextBlock x:Name="ClockBox" Style="{DynamicResource ClockBox}" />
199
</StackPanel>
0 commit comments