How increase Linear Progressbar height

how to incrase linear progressbar height. there is no option with height in component include.please help.thanks.

I could create an extension for this since there is a way to do it in Java, but I’m kinda busy.

2 Likes

You could use label As a linear progress bar…

1 Like

you say right but i cant set max and min value on label or button. i cant solve this problem.i can do with slider but it dosnt seen as progressbar :slight_smile:

Releasing Soon

3 Likes

As a workaround, you can use this extension, which allows you to scale the component vertically , using the setScaleY block , using any value heigher than 1 ( the default scale value) , changes the height ( or scales) the component :


Blocks:
IMG_20210103_171623_171

5 Likes