Skip to content

Commit ab76225

Browse files
committed
style: hide the right border for COMMIT TIME column
1 parent 67d1b49 commit ab76225

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Views/Histories.axaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
</Border>
8181
</ControlTemplate>
8282
</Setter>
83+
84+
<Style Selector="^:nth-child(5)">
85+
<Setter Property="AreSeparatorsVisible" Value="False"/>
86+
</Style>
8387
</Style>
8488

8589
<Style Selector="DataGridCell">

0 commit comments

Comments
 (0)