Skip to content

Commit

Permalink
Merge pull request #3145 from ControlSystemStudio/CSSTUDIO-2664
Browse files Browse the repository at this point in the history
Revert comment mistake
  • Loading branch information
shroffk authored Sep 25, 2024
2 parents 38a94da + eafc76b commit 051b138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public TimeRelativeIntervalPane(final TemporalAmountPane.Type type)
add(abs_end, 2, 1);

rel_end.setPadding(new Insets(5));
//add(rel_end, 2, 2);
add(rel_end, 2, 2);

add(new Separator(Orientation.HORIZONTAL), 0, 3, 3, 1);

Expand Down

0 comments on commit 051b138

Please sign in to comment.