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 8dce810 commit e5ea3faCopy full SHA for e5ea3fa
src/Files.App/UserControls/Widgets/DrivesWidget.xaml
@@ -70,6 +70,7 @@
70
x:Name="ItemLocationName"
71
Grid.Row="0"
72
Grid.Column="1"
73
+ Grid.ColumnSpan="2"
74
HorizontalAlignment="Stretch"
75
VerticalAlignment="Center"
76
FontSize="14"
@@ -93,8 +94,8 @@
93
94
x:Name="GoToStorageSense"
95
Grid.RowSpan="3"
96
Grid.Column="2"
- Width="28"
97
- Height="28"
+ Width="24"
98
+ Height="24"
99
Margin="4,0,0,0"
100
Padding="0"
101
HorizontalContentAlignment="Center"
@@ -117,6 +118,7 @@
117
118
x:Name="DriveSpaceTextBlock"
119
Grid.Row="2"
120
121
122
123
124
x:Load="{x:Bind Item.ShowDriveDetails, Mode=OneWay}"
0 commit comments