mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Formspec: Fix incorrect cell size when using non-default fonts (#16178)
This commit is contained in:
parent
da7897a822
commit
94a9b94baf
2 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
void setTextList(const std::vector<std::string> &content,
|
||||
bool transparent);
|
||||
|
||||
/* Set generic table options, columns and content */
|
||||
/** Set generic table options, columns and content, calculate cell sizes */
|
||||
// Adds empty strings to end of content if there is an incomplete row
|
||||
void setTable(const TableOptions &options,
|
||||
const TableColumns &columns,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue