Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2021-11-21 17:27:58 +0100
committerStijn Buys <ingar@telenet.be>2021-11-21 17:27:58 +0100
commite2a11df5e1e660c1df5bca78d78e2fbcf2880c13 (patch)
tree01d734a1d8c0684873c5b5dc2300555539e6295d /src/ui/ui.cc
parent802152dc9bdd388e82a5beec0f86f65818b0212f (diff)
Added small icon size constant.
Diffstat (limited to 'src/ui/ui.cc')
-rw-r--r--src/ui/ui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui.cc b/src/ui/ui.cc
index 6a2987e..95b18e2 100644
--- a/src/ui/ui.cc
+++ b/src/ui/ui.cc
@@ -34,6 +34,8 @@ math::Vector2f UI::elementsize(256, 32);
float UI::padding = 24.0f;
float UI::margin = 16.0f;
+float UI::icon_small = 24.0f;
+
float UI::pointer_size = 48.0f;
core::Cvar *ui_tooltiptimeout = nullptr;