mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add 'content_offset' and 'padding' style properties for buttons (#9661)
* Add padding and content_offset style properties to buttons
This commit is contained in:
parent
5c96f57782
commit
cb9a44ef89
5 changed files with 88 additions and 21 deletions
|
@ -336,5 +336,7 @@ private:
|
|||
gui::IGUIStaticText *StaticText;
|
||||
|
||||
core::rect<s32> BgMiddle;
|
||||
core::rect<s32> Padding;
|
||||
core::vector2d<s32> ContentOffset;
|
||||
// END PATCH
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue