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 d4b1a90 commit 0af3fe0Copy full SHA for 0af3fe0
src/Files.App/UserControls/Pane/InfoPane.xaml
@@ -267,9 +267,9 @@
267
TextAlignment="Center"
268
TextWrapping="Wrap"
269
Visibility="Collapsed" />
270
- <ProgressBar
+ <controls:StorageBar
271
x:Name="DriveSpaceProgressBar"
272
- Margin="12,12,12,8"
+ Padding="12,12,12,8"
273
HorizontalAlignment="Stretch"
274
Visibility="Collapsed"
275
Value="{x:Bind ViewModel.SelectedDriveItem.PercentageUsed, Mode=OneWay}" />
0 commit comments