Skip to content

Commit e5ea3fa

Browse files
authored
Fix: Fixed responsiveness of the cards in the Drives Widget (#16399)
1 parent 8dce810 commit e5ea3fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Files.App/UserControls/Widgets/DrivesWidget.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
x:Name="ItemLocationName"
7171
Grid.Row="0"
7272
Grid.Column="1"
73+
Grid.ColumnSpan="2"
7374
HorizontalAlignment="Stretch"
7475
VerticalAlignment="Center"
7576
FontSize="14"
@@ -93,8 +94,8 @@
9394
x:Name="GoToStorageSense"
9495
Grid.RowSpan="3"
9596
Grid.Column="2"
96-
Width="28"
97-
Height="28"
97+
Width="24"
98+
Height="24"
9899
Margin="4,0,0,0"
99100
Padding="0"
100101
HorizontalContentAlignment="Center"
@@ -117,6 +118,7 @@
117118
x:Name="DriveSpaceTextBlock"
118119
Grid.Row="2"
119120
Grid.Column="1"
121+
Grid.ColumnSpan="2"
120122
HorizontalAlignment="Stretch"
121123
VerticalAlignment="Center"
122124
x:Load="{x:Bind Item.ShowDriveDetails, Mode=OneWay}"

0 commit comments

Comments
 (0)