Skip to content

Commit

Permalink
add default value for backwards compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-lennox authored and prime31 committed Sep 15, 2022
1 parent b4c222c commit 8360d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nez.Portable/UI/Widgets/ProgressBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public override float PreferredHeight
}
}

public float PreferredLength { get; set; }
public float PreferredLength { get; set; } = 140;

public float Min { get; protected set; }
public float Max { get; protected set; }
Expand Down

0 comments on commit 8360d29

Please sign in to comment.