Change alignment of lower buttons in configuration tab.
This commit is contained in:
parent
858291de7c
commit
e58a34040e
@ -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"));
|
||||
|
@ -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"));
|
||||
|
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user