Skip to content

Commit 0af3fe0

Browse files
committed
Use StorageBar
1 parent d4b1a90 commit 0af3fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/UserControls/Pane/InfoPane.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
TextAlignment="Center"
268268
TextWrapping="Wrap"
269269
Visibility="Collapsed" />
270-
<ProgressBar
270+
<controls:StorageBar
271271
x:Name="DriveSpaceProgressBar"
272-
Margin="12,12,12,8"
272+
Padding="12,12,12,8"
273273
HorizontalAlignment="Stretch"
274274
Visibility="Collapsed"
275275
Value="{x:Bind ViewModel.SelectedDriveItem.PercentageUsed, Mode=OneWay}" />

0 commit comments

Comments
 (0)