File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
src/Files.App/Views/Properties Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 67
67
Orientation=" Horizontal"
68
68
Spacing=" 8" >
69
69
70
- <Button Padding =" 6,4" Command =" {x:Bind SecurityViewModel.AddAccessControlEntryCommand}" >
71
- <StackPanel Orientation =" Horizontal" Spacing =" 6" >
72
- <FontIcon FontSize =" 16" Glyph ="  " />
73
- <TextBlock Text =" {helpers:ResourceString Name=Add}" />
74
- </StackPanel >
70
+ <Button
71
+ Padding=" 8"
72
+ Background=" Transparent"
73
+ BorderBrush=" Transparent"
74
+ Command=" {x:Bind SecurityViewModel.AddAccessControlEntryCommand}" >
75
+ <FontIcon FontSize =" 16" Glyph ="  " />
75
76
</Button >
76
77
77
- <Button Padding =" 6,4" Command =" {x:Bind SecurityViewModel.RemoveAccessControlEntryCommand}" >
78
- <StackPanel Orientation =" Horizontal" Spacing =" 6" >
79
- <FontIcon FontSize =" 16" Glyph ="  " />
80
- <TextBlock Text =" {helpers:ResourceString Name=Remove}" />
81
- </StackPanel >
78
+ <Button
79
+ Padding=" 8"
80
+ Background=" Transparent"
81
+ BorderBrush=" Transparent"
82
+ Command=" {x:Bind SecurityViewModel.RemoveAccessControlEntryCommand}" >
83
+ <FontIcon FontSize =" 16" Glyph ="  " />
82
84
</Button >
83
85
84
86
</StackPanel >
You can’t perform that action at this time.
0 commit comments