Skip to content

Commit a6a0c3b

Browse files
committed
ux: layout change for Welcome page
Signed-off-by: leo <longshuang@msn.cn>
1 parent e5788d0 commit a6a0c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Welcome.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<DataTemplate DataType="vm:RepositoryNode">
108108
<Grid Background="Transparent"
109109
Height="30"
110-
ColumnDefinitions="16,18,*,Auto,16"
110+
ColumnDefinitions="16,18,*,Auto,8"
111111
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
112112
ClipToBounds="True"
113113
ContextRequested="OnTreeNodeContextRequested"

0 commit comments

Comments
 (0)