Skip to content

Commit 9445faa

Browse files
committed
ux: completion window border
Signed-off-by: leo <longshuang@msn.cn>
1 parent dab0519 commit 9445faa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/Styles.axaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,8 @@
13511351

13521352
<Style Selector="acc|CompletionListBox">
13531353
<Setter Property="Background" Value="{DynamicResource Brush.Popup}"/>
1354+
<Setter Property="BorderThickness" Value="1"/>
1355+
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Border0}"/>
13541356
<Setter Property="Padding" Value="8,4"/>
13551357
<Setter Property="CornerRadius" Value="4"/>
13561358
</Style>

0 commit comments

Comments
 (0)