|
28 | 28 | <Button Grid.Column="2" Margin="5, 0, 0, 0" Command="{Binding BrowseInputFileCommand}" HorizontalAlignment="Right">Browse</Button> |
29 | 29 | </Grid> |
30 | 30 | <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="0, 5"> |
31 | | - <Button Command="{Binding AddFilesCommand}">Add files</Button> |
32 | | - <Button Command="{Binding AddDirCommand}">Add folder</Button> |
33 | | - <Button Command="{Binding RemoveCommand}">Remove</Button> |
34 | | - <Button Command="{Binding RemoveAllCommand}">Remove All</Button> |
| 31 | + <Button Command="{Binding AddFilesCommand}" |
| 32 | + Margin="5, 0">Add files</Button> |
| 33 | + <Button Command="{Binding AddDirCommand}" |
| 34 | + Margin="5, 0">Add folder</Button> |
| 35 | + <Button Command="{Binding RemoveCommand}" |
| 36 | + Margin="5, 0">Remove</Button> |
| 37 | + <Button Command="{Binding RemoveAllCommand}" |
| 38 | + Margin="5, 0">Remove All</Button> |
35 | 39 | <Button Command="{Binding BackCommand}" |
36 | | - HorizontalAlignment="Right">Back</Button> |
| 40 | + HorizontalAlignment="Right" |
| 41 | + Margin="5, 0">Back</Button> |
37 | 42 | <Button Name="HideFilesBtn" |
38 | 43 | Command="{Binding HideFilesCommand}" |
39 | | - HorizontalAlignment="Right">Hide Files</Button> |
| 44 | + HorizontalAlignment="Right" |
| 45 | + Margin="5, 0">Hide Files</Button> |
40 | 46 | </StackPanel> |
41 | 47 |
|
42 | 48 | <ProgressBar Grid.Row="2" |
|
0 commit comments