SmartClient Version: v13.1p_2026-07-08/AllModules Development Only (built 2026-07-08)
Chrome on MacOS
Hi, I just noticed that borderRadius doesn't seem to work on Labels:
Chrome on MacOS
Hi, I just noticed that borderRadius doesn't seem to work on Labels:
Code:
isc.Label.create({
height: 50,
padding: 4,
backgroundColor: "pink",
align: "center",
valign: "center",
wrap: false,
borderRadius: "7px 7px 7px 7px",
icon: "[SAMPLE]icons/16/world.png",
contents: "Hello world!"
})
Comment