Skip to content

Commit e24a28f

Browse files
PurSnakeComedyLost
authored andcommitted
Chart Editor Character previews
Co-Authored-By: ComedyLost <[email protected]>
1 parent cbc270e commit e24a28f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

exclude/data/ui/chart-editor/components/menubar.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
</menu>
129129
<menu text="Window">
130130
<menu-checkbox id="menubarItemToggleToolboxDifficulty" text="Difficulty" />
131-
<menu-checkbox hidden="true" id="menubarItemToggleToolboxPlayerPreview" text="Player Preview" />
132-
<menu-checkbox hidden="true" id="menubarItemToggleToolboxOpponentPreview" text="Opponent Preview" />
131+
<menu-checkbox id="menubarItemToggleToolboxPlayerPreview" text="Player Preview" />
132+
<menu-checkbox id="menubarItemToggleToolboxOpponentPreview" text="Opponent Preview" />
133133
<menu-checkbox id="menubarItemToggleToolboxMetadata" text="Metadata" />
134134
<menu-checkbox id="menubarItemToggleToolboxOffsets" text="Offsets" />
135135
<menu-checkbox id="menubarItemToggleToolboxNoteData" text="Notes" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<collapsible-dialog id="toolboxOpponentPreview" title="Opponent Preview">
2+
<collapsible-dialog id="toolboxOpponentPreview" title="Opponent Preview" width="320" height ="560" style="minHeight:200">
33
<vbox width="100%" height="100%">
4-
<character-player id="charPlayer" paddingLeft="10" paddingTop="10" paddingRight="10" paddingBottom="10" />
4+
<character-player id="charOpponent" paddingLeft="10" paddingTop="10" paddingRight="10" paddingBottom="10" />
55
</vbox>
66
</collapsible-dialog>

preload/data/ui/chart-editor/toolbox/player-preview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<collapsible-dialog id="toolboxPlayerPreview" title="Player Preview">
2+
<collapsible-dialog id="toolboxPlayerPreview" title="Player Preview" width="320" height ="560" style="minHeight:200">
33
<vbox width="100%" height="100%">
44
<character-player id="charPlayer" paddingLeft="10" paddingTop="10" paddingRight="10" paddingBottom="10" />
55
</vbox>

0 commit comments

Comments
 (0)