File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
exclude/data/ui/chart-editor/components
preload/data/ui/chart-editor/toolbox Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 127127 </menu >
128128 <menu text =" Window" >
129129 <menu-checkbox id =" menubarItemToggleToolboxDifficulty" text =" Difficulty" />
130- <menu-checkbox hidden = " true " id =" menubarItemToggleToolboxPlayerPreview" text =" Player Preview" />
131- <menu-checkbox hidden = " true " id =" menubarItemToggleToolboxOpponentPreview" text =" Opponent Preview" />
130+ <menu-checkbox id =" menubarItemToggleToolboxPlayerPreview" text =" Player Preview" />
131+ <menu-checkbox id =" menubarItemToggleToolboxOpponentPreview" text =" Opponent Preview" />
132132 <menu-checkbox id =" menubarItemToggleToolboxMetadata" text =" Metadata" />
133133 <menu-checkbox id =" menubarItemToggleToolboxOffsets" text =" Offsets" />
134134 <menu-checkbox id =" menubarItemToggleToolboxNoteData" text =" Notes" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments