mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[ColorPicker]Fix edit color flyout over color bar (#31824)
* [Color Picker]Fix Color Editor Window over color bar * fix: add margin to color control window
This commit is contained in:
@@ -215,6 +215,7 @@
|
||||
|
||||
<ui:Flyout
|
||||
x:Name="DetailsFlyout"
|
||||
Margin="24,0,0,0"
|
||||
Closed="DetailsFlyout_Closed"
|
||||
Opened="DetailsFlyout_Opened"
|
||||
Placement="Top">
|
||||
|
||||
Reference in New Issue
Block a user