You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the PropList does not implement padding between key-value, nor between prop pairs. It is possible to use paragraph function with_spacing to introduce the spacing between each to paragraphs but the result does not look good, specifically in eckhart layout.
The goal is to add this padding directly to the PropList implementation.
On top of that, the ConfirmValueParams strongly resembles the PropList with 3 properties so we should find out if it's feasible to fuse them into one struct.
The text was updated successfully, but these errors were encountered:
The current implementation of the
PropList
does not implement padding between key-value, nor between prop pairs. It is possible to use paragraph functionwith_spacing
to introduce the spacing between each to paragraphs but the result does not look good, specifically ineckhart
layout.The goal is to add this padding directly to the
PropList
implementation.On top of that, the
ConfirmValueParams
strongly resembles thePropList
with 3 properties so we should find out if it's feasible to fuse them into one struct.The text was updated successfully, but these errors were encountered: