diff --git a/src/client/views/modals/generatePayload.nim b/src/client/views/modals/generatePayload.nim index 9adc008..d958726 100644 --- a/src/client/views/modals/generatePayload.nim +++ b/src/client/views/modals/generatePayload.nim @@ -124,7 +124,7 @@ proc draw*(component: AgentModalComponent, listeners: seq[UIListener]): AgentBui igDummy(vec2(0.0f, 10.0f)) igText("Build log: ") - let buildLogHeight = 250.0f + let buildLogHeight = igGetTextLineHeightWithSpacing() * 7.0f + igGetStyle().ItemSpacing.y component.buildLog.draw(vec2(-1.0f, buildLogHeight)) igDummy(vec2(0.0f, 10.0f))