X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fnet%2Fsf%2Fopenrocket%2Fgui%2Fconfigdialog%2FRingComponentConfig.java;h=3a11c74b86da09054bd0ccbd9fd3ba51949cb736;hb=c72e1c03cc0d15e11368707c38721d506ce356b9;hp=f589dedc518903fd7c084536ccd943822fff403b;hpb=3300ab50b96876523862913e63fe168a0fcdb2bd;p=debian%2Fopenrocket diff --git a/src/net/sf/openrocket/gui/configdialog/RingComponentConfig.java b/src/net/sf/openrocket/gui/configdialog/RingComponentConfig.java index f589dedc..3a11c74b 100644 --- a/src/net/sf/openrocket/gui/configdialog/RingComponentConfig.java +++ b/src/net/sf/openrocket/gui/configdialog/RingComponentConfig.java @@ -210,7 +210,13 @@ public class RingComponentConfig extends RocketComponentConfig { ((RingComponent) component).setRadialPosition(0.0); } }); - panel.add(button,"spanx, right"); + panel.add(button,"spanx, right, wrap para"); + + + DescriptionArea note = new DescriptionArea(2); + note.setText("Note: An inner tube will not affect the aerodynamics" + + " of the rocket even if it is located outside of the body tube."); + panel.add(note, "spanx, growx"); return panel;