We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bee943 commit 3769f72Copy full SHA for 3769f72
src/Files.App/Views/Properties/HashesPage.xaml
@@ -48,13 +48,8 @@
48
49
<!-- Hash Input -->
50
<Grid Grid.Column="0" Margin="12">
51
- <Grid.ColumnDefinitions>
52
- <ColumnDefinition Width="*" />
53
- </Grid.ColumnDefinitions>
54
-
55
<TextBox
56
x:Name="HashInputTextBox"
57
- Grid.Column="0"
58
PlaceholderText="{helpers:ResourceString Name=EnterHashToCompare}"
59
Text="{x:Bind HashesViewModel.HashInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}">
60
<interactivity:Interaction.Behaviors>
0 commit comments