mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Update for latest libgdx.
This commit is contained in:
parent
f8a76c6455
commit
fb7db79ff8
@ -303,7 +303,7 @@ public class NormalMapTest extends ApplicationAdapter {
|
||||
|
||||
TextButton resetButton = new TextButton("Reset", skin);
|
||||
resetButton.getColor().a = 0.66f;
|
||||
window.getButtonTable().add(resetButton).height(20);
|
||||
window.getTitleTable().add(resetButton).height(20);
|
||||
|
||||
window.add(root).expand().fill();
|
||||
window.pack();
|
||||
|
||||
@ -307,7 +307,7 @@ public class SkeletonViewer extends ApplicationAdapter {
|
||||
|
||||
minimizeButton.padTop(-2).padLeft(5);
|
||||
minimizeButton.getColor().a = 0.66f;
|
||||
window.getButtonTable().add(minimizeButton).size(20, 20);
|
||||
window.getTitleTable().add(minimizeButton).size(20, 20);
|
||||
|
||||
ScrollPane skinScroll = new ScrollPane(skinList, skin);
|
||||
skinScroll.setFadeScrollBars(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user