mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[RTL] Fix size/alignment of tables with padded cells.
This commit is contained in:
parent
594d64ec24
commit
42edbcd748
2 changed files with 11 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ private:
|
|||
int min_width = 0;
|
||||
int max_width = 0;
|
||||
int width = 0;
|
||||
int width_with_padding = 0;
|
||||
};
|
||||
|
||||
LocalVector<Column> columns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue