Skip to content

Commit

Permalink
Fixed md5 visibility and check boxes spacing (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvietOK committed Jun 8, 2020
1 parent 3fb5f5f commit c4fb8c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Files/Views/Pages/Properties.xaml
Expand Up @@ -214,7 +214,8 @@
Grid.Row="9"
Grid.Column="1"
Margin="20,0,0,0"
Orientation="Horizontal">
Orientation="Horizontal"
Spacing="16">
<CheckBox
x:Uid="PropertiesDialogReadOnly"
Content="Read-only"
Expand Down
2 changes: 2 additions & 0 deletions Files/Views/Pages/Properties.xaml.cs
Expand Up @@ -115,6 +115,8 @@ private async void Properties_Loaded(object sender, RoutedEventArgs e)
ItemProperties.LoadFolderGlyph = true;
ItemProperties.LoadUnknownTypeGlyph = false;
ItemProperties.ItemModifiedTimestamp = parentDirectory.ItemDateModified;
ItemProperties.ItemMD5HashVisibility = Visibility.Collapsed;
ItemProperties.ItemMD5HashProgressVisibility = Visibility.Collapsed;
}
}

Expand Down

0 comments on commit c4fb8c0

Please sign in to comment.