Normand Briere
2019-08-17 5892f05411c3d4dce2d8a59e0966dc2e1843a971
GroupEditor.java
....@@ -1040,7 +1040,7 @@
10401040 */
10411041 cGridBag copyOptionsPanel = new cGridBag();
10421042
1043
- copyOptionsPanel.preferredHeight = 2;
1043
+ copyOptionsPanel.preferredHeight = 3;
10441044
10451045 //this.AddOptions(oe.toolbarPanel, oe.aConstraints);
10461046
....@@ -1323,7 +1323,7 @@
13231323 oe.treePanel.Return();
13241324 cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0);
13251325 versionSlider = (cNumberSlider)sliderPane.getComponent(1);
1326
- sliderPane.preferredHeight = 1;
1326
+ sliderPane.preferredHeight = 2;
13271327
13281328 // mainPanel.setDividerLocation(0.1); //1.0);
13291329 mainPanel.setResizeWeight(0.4);