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 c322d86 commit db75b2eCopy full SHA for db75b2e
src/Files.App/UserControls/Pane/InfoPane.xaml
@@ -314,6 +314,7 @@
314
x:Name="TotalDriveSpaceTextBox"
315
Grid.Column="2"
316
FontSize="14"
317
+ FontWeight="Bold"
318
IsTextSelectionEnabled="True"
319
Style="{StaticResource Local.FileDetailsHeaderTextBlockStyle}"
320
Text="{x:Bind ViewModel.SelectedDriveItem.MaxSpaceText, Mode=OneWay}"
@@ -325,7 +326,6 @@
325
326
HorizontalAlignment="Left"
327
FontFamily="{ThemeResource ContentControlThemeFontFamily}"
328
- FontWeight="Bold"
329
330
Text="Available"
331
TextAlignment="Left"
0 commit comments