Skip to content

Commit 5f0f8a9

Browse files
committed
Update
1 parent a18daba commit 5f0f8a9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Files.App.Controls/Storage/StorageBar/StorageBar.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
namespace Files.App.Controls
1111
{
1212
/// <summary>
13-
/// StorageBar - Takes a set of values, converts them to a percentage
14-
/// and displays it across a Bar.
13+
/// Represents percentage ring islands.
1514
/// </summary>
1615
public partial class StorageBar : RangeBase
1716
{

src/Files.App.Controls/Storage/StorageRing/StorageRing.Properties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Files.App.Controls
1313
[DependencyProperty<double>("Percent", nameof(OnPercentChanged))]
1414
[DependencyProperty<double>("PercentCaution", nameof(OnPercentCautionChanged), DefaultValue = "(double)75.01.0")]
1515
[DependencyProperty<double>("PercentCritical", nameof(OnPercentCriticalChanged), DefaultValue = "(double)90.01")]
16-
[DependencyProperty<double>("ValueAngle"))]
16+
[DependencyProperty<double>("ValueAngle")]
1717
[DependencyProperty<double>("AdjustedSize", DefaultValue = "(double)16.0")]
1818
public partial class StorageRing
1919
{

src/Files.App.Controls/Storage/StorageRing/StorageRing.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
namespace Files.App.Controls
1414
{
1515
/// <summary>
16-
/// StorageRing - Takes a set of values, converts them to a percentage
17-
/// and displays it on a ring.
16+
/// Represents percentage bar islands.
1817
/// </summary>
1918
public partial class StorageRing : RangeBase
2019
{

0 commit comments

Comments
 (0)