1
0
Fork 0
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:
Hugues Ross 2020-05-02 07:32:02 -04:00 committed by GitHub
parent 5c96f57782
commit cb9a44ef89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 88 additions and 21 deletions

View file

@ -336,5 +336,7 @@ private:
gui::IGUIStaticText *StaticText;
core::rect<s32> BgMiddle;
core::rect<s32> Padding;
core::vector2d<s32> ContentOffset;
// END PATCH
};