File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/Files.App/Views/Properties Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535 <Grid
3636 x:Name=" HashComparisonGrid"
3737 Margin=" 12,12,12,4"
38+ Padding=" 12"
3839 VerticalAlignment=" Top"
3940 Background=" {ThemeResource CardBackgroundFillColorDefaultBrush}"
4041 BorderBrush=" {ThemeResource CardStrokeColorDefaultBrush}"
4142 BorderThickness=" 1"
43+ ColumnSpacing=" 8"
4244 CornerRadius=" 4" >
4345 <Grid .ColumnDefinitions>
4446 <ColumnDefinition Width =" *" />
4547 <ColumnDefinition Width =" Auto" />
4648 </Grid .ColumnDefinitions>
4749
4850 <!-- Hash Input -->
49- <Grid Grid.Column=" 0" Margin =" 12" >
50- <TextBox
51- x:Name=" HashInputTextBox"
52- PlaceholderText=" {helpers:ResourceString Name=EnterHashToCompare}"
53- Text=" {x:Bind HashesViewModel.HashInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
54- </Grid >
51+ <TextBox
52+ x:Name=" HashInputTextBox"
53+ Grid.Column=" 0"
54+ PlaceholderText=" {helpers:ResourceString Name=EnterHashToCompare}"
55+ Text=" {x:Bind HashesViewModel.HashInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
5556
5657 <!-- Compare File Button -->
5758 <Button
5859 x:Name=" CompareFileButton"
5960 Grid.Column=" 1"
60- Margin=" 12"
6161 Command=" {x:Bind HashesViewModel.CompareFileCommand}"
6262 Content=" {helpers:ResourceString Name=CompareFile}" />
6363 </Grid >
You can’t perform that action at this time.
0 commit comments