DGP - Bug fix for simulation dialog layout issue on Mac OS X; Components were being occluded due to different gaps and insets
This commit is contained in:
parent
3abd99725b
commit
adf98ac8d8
@ -610,11 +610,11 @@ public class SimulationEditDialog extends JDialog {
|
||||
"[grow][65lp!][30lp!][75lp!]", ""));
|
||||
//// Simulator options
|
||||
sub.setBorder(BorderFactory.createTitledBorder(trans.get("simedtdlg.border.Simopt")));
|
||||
panel.add(sub, "w 330lp!, growy, aligny 0");
|
||||
panel.add(sub, "growx, growy, aligny 0");
|
||||
|
||||
|
||||
// Separate panel for computation methods, as they use a different layout
|
||||
subsub = new JPanel(new MigLayout("fill"));
|
||||
subsub = new JPanel(new MigLayout("insets 0, fill"));
|
||||
|
||||
|
||||
//// Calculation method:
|
||||
|
Loading…
x
Reference in New Issue
Block a user