mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[RTL] Improve vertical padding.
This commit is contained in:
parent
594d64ec24
commit
a2919f8127
2 changed files with 29 additions and 8 deletions
|
|
@ -351,6 +351,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