Skip to content

Commit

Permalink
Make it nicer to see
Browse files Browse the repository at this point in the history
  • Loading branch information
Susko3 committed Jan 21, 2025
1 parent 93950aa commit b198ac5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void SetUpSteps()
Width = 0.9f,
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Spacing = new Vector2(0, 13),
Spacing = new Vector2(20, 13),
}
};

Expand All @@ -40,6 +40,7 @@ public void SetUpSteps()
TabbableContentContainer = flow,
RelativeSizeAxes = Axes.X,
Height = 40,
Width = 0.45f,
PlaceholderText = $"{textInputType} (allow IME)",
InputProperties = new TextInputProperties
{
Expand All @@ -52,6 +53,7 @@ public void SetUpSteps()
TabbableContentContainer = flow,
RelativeSizeAxes = Axes.X,
Height = 40,
Width = 0.45f,
PlaceholderText = $"{textInputType} (no IME)",
InputProperties = new TextInputProperties
{
Expand Down

0 comments on commit b198ac5

Please sign in to comment.