Change alignment of lower buttons in configuration tab.

This commit is contained in:
kruland2607 2013-10-11 14:07:12 -05:00
parent 858291de7c
commit e58a34040e
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ public class MotorConfigurationPanel extends FlightConfigurablePanel<MotorMount>
selectMotor();
}
});
this.add(selectMotorButton, "split, sizegroup button");
this.add(selectMotorButton, "split, align right, sizegroup button");
//// Remove motor button
removeMotorButton = new JButton(trans.get("MotorConfigurationPanel.btn.removeMotor"));

View File

@ -55,7 +55,7 @@ public class RecoveryConfigurationPanel extends FlightConfigurablePanel<Recovery
selectDeployment();
}
});
this.add(selectDeploymentButton, "split, sizegroup button");
this.add(selectDeploymentButton, "split, align right, sizegroup button");
//// Reset deployment
resetDeploymentButton = new JButton(trans.get("edtmotorconfdlg.but.Resetdeployment"));

View File

@ -55,7 +55,7 @@ public class SeparationConfigurationPanel extends FlightConfigurablePanel<Stage>
selectDeployment();
}
});
this.add(selectSeparationButton, "split, sizegroup button");
this.add(selectSeparationButton, "split, align right, sizegroup button");
//// Reset deployment
resetDeploymentButton = new JButton(trans.get("edtmotorconfdlg.but.Resetseparation"));