diff options
author | Hop311 <Hop3114@gmail.com> | 2024-03-21 00:31:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 00:31:05 +0100 |
commit | 020ada6c8f0f1bf4486fd9e76ec29673044794d6 (patch) | |
tree | 5dc9698964d3980680dad3127fb53ecd4a600c5f /src/openvic-simulation/interface/GUI.hpp | |
parent | eece77afebf0e4d36b4c9ace3b1044f2c3da50f1 (diff) | |
parent | 6a99bd8237fa61bd740ba482b59ff428a7e2f123 (diff) |
Merge pull request #152 from OpenVicProject/pop-menu
GUI and Pop attribute work for Population Menu
Diffstat (limited to 'src/openvic-simulation/interface/GUI.hpp')
-rw-r--r-- | src/openvic-simulation/interface/GUI.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openvic-simulation/interface/GUI.hpp b/src/openvic-simulation/interface/GUI.hpp index 7551d1a..d839188 100644 --- a/src/openvic-simulation/interface/GUI.hpp +++ b/src/openvic-simulation/interface/GUI.hpp @@ -202,8 +202,9 @@ namespace OpenVic::GUI { std::string PROPERTY(text); GFX::Font const* PROPERTY(font); fvec2_t PROPERTY(max_size); /* Defines keys: maxWidth, maxHeight */ + fvec2_t PROPERTY(border_size); - // TODO - borderSize, fixedsize, textureFile + // TODO - fixedsize, textureFile protected: Text(); |