fix: aligned left some checkboxes
This commit is contained in:
parent
b7764ba62b
commit
061cb0be2a
|
@ -101,11 +101,11 @@ public class SettingsScreen extends BaseScreen {
|
|||
// Table structure
|
||||
table.add(gConstField).width(250);
|
||||
table.row();
|
||||
table.add(disableMusic).width(250);
|
||||
table.add(disableMusic).align(Align.left);
|
||||
table.row();
|
||||
table.add(musicVolume).width(250);
|
||||
table.row();
|
||||
table.add(disableSounds).width(250);
|
||||
table.add(disableSounds).align(Align.left);
|
||||
table.row();
|
||||
table.add(musicSounds).width(250);
|
||||
table.row();
|
||||
|
|
Loading…
Reference in a new issue