ui: new file node style with icon

This commit is contained in:
Eberhard Graether
2015-09-08 17:08:33 +02:00
parent a7ec6772ff
commit 934c70272d
10 changed files with 51 additions and 10 deletions
+6
View File
@@ -32,6 +32,8 @@ public:
float charWidth;
float charHeight;
int iconWidth;
};
struct NodeStyle
@@ -57,6 +59,10 @@ public:
bool fontBold;
Vec2i textOffset;
std::string iconPath;
Vec2i iconOffset;
size_t iconSize;
};
struct EdgeStyle