Skip to content

Commit 5d28bbc

Browse files
Feature: Added progress bar to properties to indicate when the size is calculating
1 parent 1c38004 commit 5d28bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App/Views/Pages/PropertiesGeneral.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@
194194
<ProgressBar
195195
x:Name="ItemSizeProgress"
196196
Grid.Column="1"
197+
Width="100"
197198
HorizontalAlignment="Left"
198-
VerticalAlignment="Center"
199+
IsIndeterminate="True"
199200
Visibility="{x:Bind ViewModel.ItemSizeProgressVisibility, Mode=OneWay}" />
200201
</Grid>
201202

0 commit comments

Comments
 (0)