From 63a2bd6b95ccd0acb6864cbaab404a590753133e Mon Sep 17 00:00:00 2001 From: Recrown Date: Fri, 4 Aug 2017 14:28:10 -0500 Subject: [PATCH] changed size of music regen map and analyze button for debug ui --- core/src/zero1hd/rhythmbullet/ui/windows/MusicSelector.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/zero1hd/rhythmbullet/ui/windows/MusicSelector.java b/core/src/zero1hd/rhythmbullet/ui/windows/MusicSelector.java index ac02693..099693d 100755 --- a/core/src/zero1hd/rhythmbullet/ui/windows/MusicSelector.java +++ b/core/src/zero1hd/rhythmbullet/ui/windows/MusicSelector.java @@ -40,7 +40,7 @@ public class MusicSelector extends Window { fileNames = new Array<>(); musicList = new List(skin, listStyle); - TextButton confirmButton = new TextButton("confirm", skin); + TextButton confirmButton = new TextButton("confirm", skin, "window"); confirmButton.addListener(new ChangeListener() { @Override @@ -51,7 +51,7 @@ public class MusicSelector extends Window { } }); add(confirmButton); - TextButton regenMap = new TextButton("regen map", skin); + TextButton regenMap = new TextButton("regen map", skin, "window"); regenMap.addListener(new ChangeListener() { @Override