mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change the clock to it cannot be clicked
This commit is contained in:
parent
61cdc73068
commit
0566a6c6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
|||
</TextBox.ContextMenu>
|
||||
</TextBox>
|
||||
|
||||
<StackPanel x:Name="ClockPanel" Style="{DynamicResource ClockPanel}">
|
||||
<StackPanel x:Name="ClockPanel" Style="{DynamicResource ClockPanel}" IsHitTestVisible="False">
|
||||
<TextBlock x:Name="DateBox" Style="{DynamicResource DateBox}" />
|
||||
<TextBlock x:Name="ClockBox" Style="{DynamicResource ClockBox}" />
|
||||
</StackPanel>
|
||||
|
|
|
|||
Loading…
Reference in a new issue