1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

GUITable: Scale images with display density / row height (#14709)

This commit is contained in:
grorp 2024-07-02 20:57:43 +02:00 committed by GitHub
parent 8ed55b3aff
commit fcb4f258f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 80 additions and 15 deletions

View file

@ -166,6 +166,7 @@ protected:
video::SColor color;
bool color_defined;
s32 reported_column;
f32 image_scale; // only for "image" type columns
};
struct Row {