change size of "Add preset" window
-
I just did a little test, this seems to work for me
browserLaf.registerFunction("drawPresetBrowserDialog", function(g, obj) { var a = obj.area; g.fillAll(0xFF000000); g.setColour(Colours.white); if (obj.text == "Enter the name") g.drawAlignedText("My Text", [a[0], 10, a[2], 25], "centred"); });
-
@d-healey this works for me to now, thank you!!!