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 5b8b66d commit 3b7b441Copy full SHA for 3b7b441
src/Files.App.Controls/Storage/StorageBar/StorageBar.xaml
@@ -19,8 +19,8 @@
19
<Setter Property="Width" Value="240" />
20
<Setter Property="Minimum" Value="0" />
21
<Setter Property="Maximum" Value="100" />
22
- <Setter Property="MinWidth" Value="32"/>
23
- <Setter Property="MinHeight" Value="8"/>
+ <Setter Property="MinWidth" Value="32" />
+ <Setter Property="MinHeight" Value="8" />
24
<Setter Property="Value" Value="25" />
25
<Setter Property="SmallChange" Value="0.1" />
26
<Setter Property="LargeChange" Value="10" />
0 commit comments