mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Explorer plugin native context menu: remove TwoWay mode from height binding
This commit is contained in:
parent
ab4f78feff
commit
92db7164d6
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
|||
<Setter Property="Height" Value="{Binding SmallSize}" />
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
<Setter Property="Height" Value="{Binding Settings.ItemHeightSize, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<Setter Property="Height" Value="{Binding Settings.ItemHeightSize}" />
|
||||
<Setter Property="Visibility" Value="Visible" />
|
||||
<EventSetter Event="MouseEnter" Handler="OnMouseEnter" />
|
||||
<EventSetter Event="MouseMove" Handler="OnMouseMove" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue