Skip to content

Commit 647f581

Browse files
committed
Fixed default style for StorageBar
1 parent 0af3fe0 commit 647f581

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Files.App.Controls/Storage/StorageBar/StorageBar.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<!-- Drive Details -->
243243
<TextBlock
244244
x:Name="DriveFormatAndTypeTextBlock"
245-
Margin="12,12,12,24"
245+
Padding="12,12,12,24"
246246
HorizontalAlignment="Center"
247247
FontFamily="{ThemeResource ContentControlThemeFontFamily}"
248248
FontSize="14"

0 commit comments

Comments
 (0)