Skip to content

Commit 3db2323

Browse files
Lamparteryaira2
andauthored
Apply suggestions from code review
Co-authored-by: Yair <[email protected]> Signed-off-by: Lamparter <[email protected]>
1 parent 73e9a34 commit 3db2323

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Files.App/Views/Properties/HashesPage.xaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@
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>

0 commit comments

Comments
 (0)