SmartClient Version: SNAPSHOT_v13.1d_2024-06-30/AllModules Development Only (built 2024-06-30)
Hello, it seems that the RibbonButton doesn't scale vertically:
Hello, it seems that the RibbonButton doesn't scale vertically:
Code:
isc.RibbonButton.create({ title: "title", // showButtonTitle: false, autoDraw: true, click: "isc.say(this.title + ' button clicked');", vertical: false, icon: "pieces/16/star_yellow.png" });
Comment