implement cubes exporter for web viewer

This commit is contained in:
2018-06-09 01:39:58 +02:00
parent 376c6097d2
commit fb528f87de
11 changed files with 101 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ void NodePopupMenu::init()
m_flood_events = true;
SetPosition(0, 0);
SetWidth(100);
SetHeight(400);
SetHeight(500);
SetPositioning(YGPositionTypeAbsolute);
m_mouse_ignore = false;
m_capture_children = false;