Fix automerge in tables. (#333)

This commit is contained in:
Arthur Sonzogni
2022-02-13 11:41:31 +01:00
committed by GitHub
parent 9c4218c2a8
commit 5da7b8a59a
6 changed files with 69 additions and 18 deletions

View File

@@ -81,6 +81,7 @@ Element color(Color, Element);
Element bgcolor(Color, Element);
Decorator focusPosition(int x, int y);
Decorator focusPositionRelative(float x, float y);
Element automerge(Element);
// --- Layout is
// Horizontal, Vertical or stacked set of elements.