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:
parent
8ed55b3aff
commit
fcb4f258f5
4 changed files with 80 additions and 15 deletions
|
@ -166,6 +166,7 @@ protected:
|
|||
video::SColor color;
|
||||
bool color_defined;
|
||||
s32 reported_column;
|
||||
f32 image_scale; // only for "image" type columns
|
||||
};
|
||||
|
||||
struct Row {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue