Skip to content

Commit

Permalink
Increase group padding to make space for hidden connection marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Dec 30, 2020
1 parent 02d7be0 commit 887fda7
Show file tree
Hide file tree
Showing 43 changed files with 197 additions and 197 deletions.
2 changes: 1 addition & 1 deletion Sources/MacOSEmbeddingDemo/Application.mm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ - (void) windowDidResize : (NSNotification *) notification
{ NE::LocalizeString (L"Green"), NUIE::Color (160, 239, 160) },
{ NE::LocalizeString (L"Red"), NUIE::Color (239, 189, 160) }
}),
/*groupPadding*/ 10.0
/*groupPadding*/ 12.0
);
return skinParams;
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/NodeEngineTest/NodeEditorVisualTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ TEST (SkinParamsTest)
{ NE::LocalizeString (L"Green"), NUIE::Color (160, 239, 160) },
{ NE::LocalizeString (L"Red"), NUIE::Color (239, 189, 160) }
}),
/*groupPadding*/ 10.0
/*groupPadding*/ 12.0
);

SimpleNodeEditorTestEnvWithConnections env (skinParams);
Expand Down
2 changes: 1 addition & 1 deletion Sources/NodeEngineTest/NodeEditorVisualTestSlotMarkers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const BasicSkinParams& GetSkinParamsWithMarkers ()
{ NE::LocalizeString (L"Green"), NUIE::Color (160, 239, 160) },
{ NE::LocalizeString (L"Red"), NUIE::Color (239, 189, 160) }
}),
/*groupPadding*/ 10.0
/*groupPadding*/ 12.0
);
return markersSkinParams;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions Sources/NodeEngineTest/VisualTestFiles/Grouping_GroupMoved.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Sources/NodeEngineTest/VisualTestFiles/UndoTest_Initial.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 887fda7

Please sign in to comment.