aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/interface/GUI.hpp
diff options
context:
space:
mode:
author hop311 <hop3114@gmail.com>2024-03-18 01:41:14 +0100
committer hop311 <hop3114@gmail.com>2024-03-20 23:31:32 +0100
commitc11d262a4d2c987c8cf8e0d4b24929cbe56bb289 (patch)
tree74562764d9f1be88eedb9a14c5d087c1320bb288 /src/openvic-simulation/interface/GUI.hpp
parenteece77afebf0e4d36b4c9ace3b1044f2c3da50f1 (diff)
Add GUI Text border_size
Diffstat (limited to 'src/openvic-simulation/interface/GUI.hpp')
-rw-r--r--src/openvic-simulation/interface/GUI.hpp3
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();