update viewport icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 1.8 KiB |
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user