mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
Moved multiple mixing checkbox.
This commit is contained in:
parent
b4e927f539
commit
6c2ec1b46b
@ -526,8 +526,6 @@ public class SkeletonViewer extends ApplicationAdapter {
|
||||
table.add(speedResetButton);
|
||||
root.add(table).fill().row();
|
||||
}
|
||||
root.add();
|
||||
root.add(multipleMixingCheckbox).row();
|
||||
root.add("Default mix:");
|
||||
{
|
||||
Table table = table();
|
||||
@ -535,6 +533,8 @@ public class SkeletonViewer extends ApplicationAdapter {
|
||||
table.add(mixSlider).fillX().expandX();
|
||||
root.add(table).fill().row();
|
||||
}
|
||||
root.add();
|
||||
root.add(multipleMixingCheckbox).row();
|
||||
|
||||
window.add(root).expand().fill();
|
||||
window.pack();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user