ShaderNode/NodeEditor: Replace QVBoxLayout by QFormLayout

This commit is contained in:
Lynix
2020-05-28 00:11:16 +02:00
parent 3fc4de26e3
commit 0ec927b82e
14 changed files with 35 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ m_shaderGraph(graph)
{
if (node)
{
m_nodeEditor->UpdateContent(node->caption(), [node](QVBoxLayout* layout)
m_nodeEditor->UpdateContent(node->caption(), [node](QFormLayout* layout)
{
node->BuildNodeEdition(layout);
});