Skip to content

Commit 39b1617

Browse files
committed
ux: commit message textbox should not have borders
Signed-off-by: leo <longshuang@msn.cn>
1 parent 0c503d3 commit 39b1617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitMessageTextBox.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<Border Grid.Row="4"
6666
Background="{DynamicResource Brush.Window}"
67-
BorderThickness="1,0,0,0"
67+
BorderThickness="0"
6868
CornerRadius="0,0,4,4">
6969
<Grid ColumnDefinitions="Auto,Auto,Auto,Auto,Auto,*" Margin="0,4">
7070
<Button Grid.Column="0"

0 commit comments

Comments
 (0)