File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Files.App.Controls/Storage/StorageBar
Files.App/UserControls/Pane Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 <Setter Property =" TrackBarHeight" Value =" {ThemeResource StorageBarTrackHeight}" />
1717 <Setter Property =" CornerRadius" Value =" {ThemeResource StorageBarCornerRadius}" />
1818 <Setter Property =" VerticalAlignment" Value =" Center" />
19- <Setter Property =" Width" Value =" 240" />
2019 <Setter Property =" Minimum" Value =" 0" />
2120 <Setter Property =" Maximum" Value =" 100" />
2221 <Setter Property =" MinWidth" Value =" 32" />
Original file line number Diff line number Diff line change 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+ Margin=" 8,8,8 ,8"
273273 HorizontalAlignment=" Stretch"
274+ TrackBarHeight=" 6"
274275 Visibility=" Collapsed"
275276 Value=" {x:Bind ViewModel.SelectedDriveItem.PercentageUsed, Mode=OneWay}" />
276277 <Grid
You can’t perform that action at this time.
0 commit comments