Skip to content

Commit 55f9d24

Browse files
lunacynneHundrec
authored andcommitted
Update metadata.xml
1 parent c662576 commit 55f9d24

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

exclude/data/ui/chart-editor/toolboxes/metadata.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<collapsible-dialog id="toolboxMetadata" title="Song Metadata" width="345" height="492">
2+
<collapsible-dialog id="toolboxMetadata" title="Song Metadata" width="345" height="522">
33
<vbox width="100%" height="100%">
4-
<frame text="Variation: Default" width="100%" height="250" id="frameVariation">
4+
<frame text="Variation: Default" width="100%" height="280" id="frameVariation">
55
<vbox width="100%" height="100%">
66
<grid columns="2" height="100%">
7+
<label text="Song ID:" verticalAlign="center" horizontalAlign="right" />
8+
<textfield id="inputSongId" value="bopeebo" tooltip="The unique identifier for the song. This is used to refer to the song in code/assets and should only contain filename-safe characters." />
79
<label text="Song Name:" verticalAlign="center" horizontalAlign="right" />
810
<textfield id="inputSongName" value="Bopeebo" tooltip="The readable name of the song." />
911
<label text="Song Artist:" verticalAlign="center" horizontalAlign="right" />

0 commit comments

Comments
 (0)