Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Nov 5, 2023
1 parent 93e4eb8 commit 98bc93d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/FancyButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ export class FancyButton extends ButtonContainer
* Sets width of a FancyButtons state views.
* If nineSlicePlane is set, then width will be set to nineSlicePlanes of a views.
* If nineSlicePlane is not set, then width will control components width as Container.
* @param value - Width value.
* @param width - Width value.
*/
override set width(width: number)
{
Expand Down Expand Up @@ -842,7 +842,7 @@ export class FancyButton extends ButtonContainer
* Sets height of a FancyButtons state views.
* If nineSlicePlane is set, then height will be set to nineSlicePlanes of a views.
* If nineSlicePlane is not set, then height will control components height as Container.
* @param value - Height value.
* @param height - Height value.
*/
override set height(height: number)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export class Input extends Container
* Sets width of a Input.
* If nineSlicePlane is set, then width will be set to nineSlicePlane.
* If nineSlicePlane is not set, then width will control components width as Container.
* @param value - Width value.
* @param width - Width value.
*/
override set width(width: number)
{
Expand Down Expand Up @@ -561,7 +561,7 @@ export class Input extends Container
* Sets height of a Input.
* If nineSlicePlane is set, then height will be set to nineSlicePlane.
* If nineSlicePlane is not set, then height will control components height as Container.
* @param value - Height value.
* @param height - Height value.
*/
override set height(height: number)
{
Expand Down
4 changes: 2 additions & 2 deletions src/ProgressBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class ProgressBar extends Container
* Sets width of a ProgressBars background and fill.
* If nineSlicePlane is set, then width will be set to nineSlicePlane.
* If nineSlicePlane is not set, then width will control components width as Container.
* @param value - Width value.
* @param width - Width value.
*/
override set width(width: number)
{
Expand Down Expand Up @@ -271,7 +271,7 @@ export class ProgressBar extends Container
* Sets height of a ProgressBars background and fill.
* If nineSlicePlane is set, then height will be set to nineSlicePlane.
* If nineSlicePlane is not set, then height will control components height as Container.
* @param value - Height value.
* @param height - Height value.
*/
override set height(height: number)
{
Expand Down

0 comments on commit 98bc93d

Please sign in to comment.