mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:00:58 +00:00
Trim .0 from float values.
Make size & position tab visible at start
This commit is contained in:
@@ -196,6 +196,9 @@ public class InstancePropertiesPanel extends AbstractPropertiesPanel {
|
||||
propertiesPanel.setLayout(new BoxLayout(propertiesPanel, BoxLayout.Y_AXIS));
|
||||
|
||||
propertiesPanel.add(makeCard("positionSize", null, positionSizePanel));
|
||||
|
||||
setCardOpened("positionSize", true);
|
||||
|
||||
propertiesPanel.add(makeCard("colorEffect", null, colorEffectPanel));
|
||||
this.swfPanel = swfPanel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user