update viewport icon

This commit is contained in:
2018-03-09 00:55:55 +01:00
parent fadced1391
commit 8a962d4cdf
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -573,9 +573,9 @@ void App::initLayout()
n->create();
n->SetPositioning(YGPositionTypeAbsolute);
//n->SetPosition(100, 100);
YGNodeStyleSetPosition(n->y_node, YGEdgeBottom, 10);
YGNodeStyleSetPosition(n->y_node, YGEdgeLeft, 10);
n->SetSize(40, 60);
YGNodeStyleSetPosition(n->y_node, YGEdgeBottom, 8);
YGNodeStyleSetPosition(n->y_node, YGEdgeLeft, 15);
n->SetSize(30, 45);
layout[main_id]->add_child(n);
/*
if (auto* slider = layout[main_id]->find<NodeSliderH>("frames-slider"))