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
4 changed files with 80 additions and 15 deletions

View File

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