ux: completion window border

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-11-06 19:13:56 +08:00
parent dab051951e
commit 9445faa238

View File

@@ -1351,6 +1351,8 @@
<Style Selector="acc|CompletionListBox">
<Setter Property="Background" Value="{DynamicResource Brush.Popup}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Border0}"/>
<Setter Property="Padding" Value="8,4"/>
<Setter Property="CornerRadius" Value="4"/>
</Style>