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
....@@ -1259,6 +1259,8 @@
12591259
12601260 CreateTexturePanel(textures);
12611261
1262
+ resourcecontainer.setSelectedIndex((int)(Math.random() * resourcecontainer.getTabCount()));
1263
+
12621264 oe.toolboxPanel.add(textures);
12631265
12641266 textures.preferredHeight = 100;
....@@ -1321,7 +1323,7 @@
13211323 oe.treePanel.Return();
13221324 cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0);
13231325 versionSlider = (cNumberSlider)sliderPane.getComponent(1);
1324
- sliderPane.preferredHeight = 1;
1326
+ sliderPane.preferredHeight = 2;
13251327
13261328 // mainPanel.setDividerLocation(0.1); //1.0);
13271329 mainPanel.setResizeWeight(0.4);