Skip to content

Commit

Permalink
well that was an easy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Sep 24, 2023
1 parent 3a38930 commit 41adeab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public sealed partial class ControlDescriptorTab : ControlDescriptor {
}


public sealed class ControlDescriptorBar : ControlDescriptor {
public sealed partial class ControlDescriptorBar : ControlDescriptor {
[DataField("width")]
public int? Width = 10; //width of the progress bar in pixels. In the default EAST dir, this is more accurately thought of as "height"
[DataField("dir")]
Expand Down

0 comments on commit 41adeab

Please sign in to comment.