|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <collapsible-dialog id="toolboxMetadata" title="Song Metadata" width="600" height="500"> |
3 | 3 | <hbox width="100%" height="100%"> |
4 | | - <vbox width="50%" height="100%"> |
| 4 | + <vbox width="47.5%" height="100%"> |
5 | 5 | <frame text="Variation: Default" width="100%" height="70%" id="frameVariation"> |
6 | 6 | <grid columns="2" height="100%"> |
7 | 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." /> |
| 8 | + <textfield id="inputSongId" value="bopeebo" tooltip="The unique identifier for the song.\nThis is used to refer to the song in code/assets and should only contain filename-safe characters." /> |
9 | 9 | <label text="Song Name:" verticalAlign="center" horizontalAlign="right" /> |
10 | 10 | <textfield id="inputSongName" value="Bopeebo" tooltip="The readable name of the song." /> |
11 | 11 | <label text="Song Artist:" verticalAlign="center" horizontalAlign="right" /> |
|
59 | 59 | </grid> |
60 | 60 | </frame> |
61 | 61 | </vbox> |
62 | | - <vbox width="50%" height="100%"> |
| 62 | + <vbox width="52.5%" height="100%"> |
63 | 63 | <dropdown id="inputTimeChange" value="Time Change" width="100%" horizontalAlign="right" dropdownSize="10" dropdownWidth="300" tooltip="The currently selected time change."> |
64 | 64 | <data> |
65 | 65 | <item text="0 : BPM: 100 in 4/4" /> |
|
124 | 124 | <button allowFocus="false" id="addTimeChange" text="Add Time Change" tooltip="Add a time change after the currently selected time change." /> |
125 | 125 | <spacer /> |
126 | 126 | <button allowFocus="false" id="removeTimeChange" text="Remove Current Time Change" tooltip="Remove the currently selected time change." /> |
| 127 | + <frame text="Variations & Song Menu Difficulties" width="100%"> |
| 128 | + <tree-view id="metadataToolboxTree" width="100%" height="140" /> |
| 129 | + </frame> |
| 130 | + <grid columns="3"> |
| 131 | + <button allowFocus="false" id="buttonAddVariation" text="Add Variation" /> |
| 132 | + <button allowFocus="false" id="buttonAddDifficulty" text="Add Difficulty" /> |
| 133 | + <button allowFocus="false" id="buttonRemove" text="Remove" /> |
| 134 | + </grid> |
127 | 135 | </vbox> |
128 | 136 | </hbox> |
129 | 137 | </collapsible-dialog> |
0 commit comments