OpenSmock / Pyramid

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

Cannot setup element border #139

Closed labordep closed 5 months ago

labordep commented 11 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 7 months 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).

Nyan11 commented 6 months ago

See branch alpha5