Skip to content

Commit abeab03

Browse files
committed
Remove run
1 parent 7a664f8 commit abeab03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
TextWrapping="Wrap"
252252
Visibility="Collapsed">
253253
<Run Text="{x:Bind ViewModel.SelectedDriveItem.Filesystem, Mode=OneWay}" />
254-
<Run Text=" " />
255254
<Run Foreground="{ThemeResource TextFillColorTertiaryBrush}" Text="{x:Bind ViewModel.SelectedDriveItem.TypeText, Mode=OneWay}" />
256255
</TextBlock>
257256

@@ -271,7 +270,7 @@
271270
x:Name="DriveSpaceProgressBar"
272271
Margin="8,8,8,8"
273272
HorizontalAlignment="Stretch"
274-
TrackBarHeight="6"
273+
TrackBarHeight="4"
275274
Visibility="Collapsed"
276275
Value="{x:Bind ViewModel.SelectedDriveItem.PercentageUsed, Mode=OneWay}" />
277276
<Grid

0 commit comments

Comments
 (0)