File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/System.Management.Automation/FormatAndOutput/DefaultFormatters Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ private static IEnumerable<FormatViewDefinition> ViewsOf_FileSystemTypes(CustomC
46
46
TableControl . Create ( )
47
47
. GroupByProperty ( "PSParentPath" , customControl : sharedControls [ 0 ] )
48
48
. AddHeader ( Alignment . Left , label : "UnixMode" , width : 10 )
49
- . AddHeader ( Alignment . Left , label : "User" , width : 16 )
50
- . AddHeader ( Alignment . Left , label : "Group" , width : 16 )
51
- . AddHeader ( Alignment . Right , label : "LastWriteTime" , width : 18 )
52
- . AddHeader ( Alignment . Right , label : "Size" , width : 14 )
49
+ . AddHeader ( Alignment . Right , label : "User" , width : 10 )
50
+ . AddHeader ( Alignment . Left , label : "Group" , width : 10 )
51
+ . AddHeader ( Alignment . Right , label : "LastWriteTime" , width : 16 )
52
+ . AddHeader ( Alignment . Right , label : "Size" , width : 12 )
53
53
. AddHeader ( Alignment . Left , label : "Name" )
54
54
. StartRowDefinition ( wrap : true )
55
55
. AddPropertyColumn ( "UnixMode" )
You can’t perform that action at this time.
0 commit comments