Skip to content

Commit 32b6e9a

Browse files
committed
avoid inspector overlap on bottom bar
1 parent 16b80b9 commit 32b6e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ofxVisualProgramming.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ void ofxVisualProgramming::draw(){
373373
//--------------------------------------------------------------
374374
void ofxVisualProgramming::drawInspector(){
375375

376-
ImGui::SetNextWindowSize(ImVec2(lastInspectorWidth,ofGetWindowHeight()-(26*scaleFactor)), ImGuiCond_Always );
376+
ImGui::SetNextWindowSize(ImVec2(lastInspectorWidth,ofGetWindowHeight()-(46*scaleFactor)), ImGuiCond_Always );
377377
ImGui::SetNextWindowPos(ImVec2(ofGetWindowWidth()-lastInspectorWidth,26*scaleFactor), ImGuiCond_Always);
378378

379379
if(patchObjects.find(nodeCanvas.getActiveNode()) != patchObjects.end()){

0 commit comments

Comments
 (0)