Skip to content

Commit 3769f72

Browse files
committed
Remove unnecessary grid
1 parent 0bee943 commit 3769f72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,8 @@
4848

4949
<!-- Hash Input -->
5050
<Grid Grid.Column="0" Margin="12">
51-
<Grid.ColumnDefinitions>
52-
<ColumnDefinition Width="*" />
53-
</Grid.ColumnDefinitions>
54-
5551
<TextBox
5652
x:Name="HashInputTextBox"
57-
Grid.Column="0"
5853
PlaceholderText="{helpers:ResourceString Name=EnterHashToCompare}"
5954
Text="{x:Bind HashesViewModel.HashInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}">
6055
<interactivity:Interaction.Behaviors>

0 commit comments

Comments
 (0)