added loading message to music selection page; removed 2 bars since for some reason left and right has one extra bar on both sides at 1366x768
This commit is contained in:
parent
c3f00fe5b6
commit
f35691536b
@ -40,7 +40,8 @@ public class HorizontalVisualizer extends Visualizer {
|
||||
pixmap = new Pixmap(2, 2, Format.RGBA8888);
|
||||
pixmap.setColor(Color.WHITE);
|
||||
pixmap.fill();
|
||||
barCount = 70;
|
||||
|
||||
barCount = 68;
|
||||
|
||||
width = Gdx.graphics.getWidth();
|
||||
height = Gdx.graphics.getHeight()/2f;
|
||||
|
@ -230,6 +230,7 @@ public class MusicSelectionPage extends Page implements Observer {
|
||||
|
||||
Gdx.app.debug("MusicSelectionPage", "Refreshing...");
|
||||
|
||||
songTitle.setText("loading...", null);
|
||||
musicInfoTable.add(songTitle).width(musicInfoTable.getWidth()*0.6f).spaceBottom(30f);
|
||||
musicInfoTable.row();
|
||||
musicSubInfo.add(author);
|
||||
|
Loading…
Reference in New Issue
Block a user