OpenSmock / Pyramid

Pyramid is a Graphical User-Interface (GUI) builder and editor for Bloc and Toplo.
MIT License
29 stars 5 forks source link

Cannot setup element border #139

Open labordep opened 4 months ago

labordep commented 4 months ago

Hi @Nyan11, I cannot edit the border of a BlElement in the properties tab. Is it a bug or a miss ?

I can do that manually in the Pyramid playground (thanks to it): self border: (BlBorder empty)

Nyan11 commented 1 month ago

I have not yet developped the feature.

There are multiple informations behind a border:

Also BlBorder is a complicated object where you have to use a BlBorderBuilder to modify (and is the only object in Bloc where you need a dedicated builder to make).