Skip to content

Commit

Permalink
Adjust the padding size.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Aug 15, 2024
1 parent 4593133 commit 194486e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ public LyricEditor()

InternalChild = skinProvidingContainer = new SkinProvidingContainer(skin = new LyricEditorSkin(null))
{
Margin = new MarginPadding { Left = 30 },
Padding = new MarginPadding
{
Vertical = 64,
Horizontal = 120,
},
RelativeSizeAxes = Axes.Both,
};

Expand Down

0 comments on commit 194486e

Please sign in to comment.