mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 08:27:28 +00:00
Times character instead of letter x
This commit is contained in:
@@ -148,7 +148,7 @@ public class NewFileDialog extends AppDialog {
|
||||
widthEditor.setPreferredSize(new Dimension(80, widthEditor.getPreferredSize().height));
|
||||
heightEditor.setPreferredSize(new Dimension(80, heightEditor.getPreferredSize().height));
|
||||
displayRectEditorPanel.add(widthEditor);
|
||||
displayRectEditorPanel.add(new JLabel("x"));
|
||||
displayRectEditorPanel.add(new JLabel("×"));
|
||||
displayRectEditorPanel.add(heightEditor);
|
||||
displayRectEditorPanel.add(unitComboBox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user