mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #104685 from bruvzg/rtl_vpad
[RTL] Improve vertical padding.
This commit is contained in:
commit
1a367f3a68
2 changed files with 29 additions and 8 deletions
|
|
@ -352,6 +352,7 @@ private:
|
|||
|
||||
LocalVector<Column> columns;
|
||||
LocalVector<float> rows;
|
||||
LocalVector<float> rows_no_padding;
|
||||
LocalVector<float> rows_baseline;
|
||||
|
||||
int align_to_row = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue