Trim .0 from float values.

Make size & position tab visible at start
This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent f5ec76125d
commit ce04920f3e
4 changed files with 17 additions and 12 deletions
@@ -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;