Skip to content

Commit 1f38c31

Browse files
authored
Reduced font size for the drives widget space text (#2429)
1 parent 5827f80 commit 1f38c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Files/UserControls/Widgets/DrivesWidget.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@
139139
TextWrapping="NoWrap" />
140140
<muxc:ProgressBar Maximum="{x:Bind MaxSpace.GigaBytes, Mode=OneWay}" Value="{x:Bind SpaceUsed.GigaBytes, Mode=OneWay}" />
141141
<TextBlock
142+
FontSize="12"
143+
MaxLines="2"
142144
Text="{x:Bind SpaceText, Mode=OneWay}"
143145
TextWrapping="Wrap"
144146
ToolTipService.ToolTip="{x:Bind SpaceText, Mode=OneWay}" />

0 commit comments

Comments
 (0)