mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
fix(ui): correct chat box layout with dynamic height and bottom anchor
This commit is contained in:
@@ -15,6 +15,8 @@ public:
|
||||
|
||||
ChatBox& set_scale(float scale);
|
||||
ChatBox& set_text_scale(float scale);
|
||||
// Only the width of TextField can be set; the height is calculated
|
||||
// dynamically
|
||||
ChatBox& set_width(float width);
|
||||
ChatBox& set_show_lines(int lines);
|
||||
ChatBox& set_spacing(float spacing);
|
||||
|
||||
Reference in New Issue
Block a user