relation relative merge

This commit is contained in:
vrd
2022-12-28 14:19:44 +02:00
parent cc9b0ccc21
commit b3a2787fcd
6 changed files with 203 additions and 170 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ struct EventTime
I8 minute; //0-59
};
enum { BOX_HEIGHT = 5 };
enum {
BOX_HEIGHT = 5,
LINK_HEIGHT = 3
};
class Person
{