.. | .. |
---|
1040 | 1040 | */ |
---|
1041 | 1041 | cGridBag copyOptionsPanel = new cGridBag(); |
---|
1042 | 1042 | |
---|
1043 | | - copyOptionsPanel.preferredHeight = 2; |
---|
| 1043 | + copyOptionsPanel.preferredHeight = 3; |
---|
1044 | 1044 | |
---|
1045 | 1045 | //this.AddOptions(oe.toolbarPanel, oe.aConstraints); |
---|
1046 | 1046 | |
---|
.. | .. |
---|
1323 | 1323 | oe.treePanel.Return(); |
---|
1324 | 1324 | cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0); |
---|
1325 | 1325 | versionSlider = (cNumberSlider)sliderPane.getComponent(1); |
---|
1326 | | - sliderPane.preferredHeight = 1; |
---|
| 1326 | + sliderPane.preferredHeight = 2; |
---|
1327 | 1327 | |
---|
1328 | 1328 | // mainPanel.setDividerLocation(0.1); //1.0); |
---|
1329 | 1329 | mainPanel.setResizeWeight(0.4); |
---|