Misc formatting

This commit is contained in:
Anuken
2022-07-15 16:18:11 -04:00
parent 695c19d0b0
commit f1917fea3e
4 changed files with 3 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ public class ColorPicker extends BaseDialog{
t.row();
t.defaults().padBottom(6).width(400f).height(44f);
t.defaults().padBottom(6).width(370f).height(44f);
t.stack(new Image(new TextureRegion(hueTex)), hSlider = new Slider(0f, 360f, 0.3f, false){{
setValue(h);