Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
core/resources-src/pix/icon/icon-128.png
Normal file
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 53 KiB |
BIN
core/resources-src/pix/icon/icon-256.xcf
Normal file
363
core/resources-src/pix/icon/icon-design.ai
Normal file
BIN
core/resources-src/pix/icon/logo_rocket.ork
Normal file
BIN
core/resources-src/pix/splashscreen-2.1.png
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
core/resources-src/pix/splashscreen-2.1.xcf
Normal file
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
core/resources/pix/icon/icon-128.png
Normal file
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 871 KiB After Width: | Height: | Size: 136 KiB |
@ -94,7 +94,7 @@ public class AboutDialog extends JDialog {
|
||||
|
||||
|
||||
// OpenRocket logo
|
||||
panel.add(new JLabel(Icons.loadImageIcon("pix/icon/icon-about.png", "OpenRocket")), "top");
|
||||
panel.add(new JLabel(Icons.loadImageIcon("pix/icon/icon-128.png", "OpenRocket")), "top");
|
||||
|
||||
|
||||
// OpenRocket version info + copyright
|
||||
|
@ -30,7 +30,7 @@ public class LicenseDialog extends JDialog {
|
||||
JPanel panel = new JPanel(new MigLayout("fill"));
|
||||
|
||||
// OpenRocket logo
|
||||
panel.add(new JLabel(Icons.loadImageIcon("pix/icon/icon-about.png", "OpenRocket")), "top");
|
||||
panel.add(new JLabel(Icons.loadImageIcon("pix/icon/icon-128.png", "OpenRocket")), "top");
|
||||
|
||||
panel.add(new StyledLabel("Software Licenses", 10), "ax 50%, pushx, wrap para");
|
||||
|
||||
|
@ -58,7 +58,7 @@ public class UpdateInfoDialog extends JDialog {
|
||||
JPanel panel = new JPanel(new MigLayout("insets n n 8px n, fill"));
|
||||
|
||||
// OpenRocket logo on the left
|
||||
panel.add(new JLabel(Icons.getScaledIcon(Icons.loadImageIcon("pix/icon/icon-about.png", "OpenRocket"), 0.6)),
|
||||
panel.add(new JLabel(Icons.loadImageIcon("pix/icon/icon-128.png", "OpenRocket")),
|
||||
"spany, top, gapright 20px, cell 0 0");
|
||||
|
||||
// OpenRocket version available!
|
||||
|
@ -43,7 +43,7 @@ public class WelcomeDialog extends JDialog {
|
||||
JPanel panel = new JPanel(new MigLayout("insets n n 8px n, fill"));
|
||||
|
||||
// OpenRocket logo on the left
|
||||
panel.add(new JLabel(Icons.getScaledIcon(Icons.loadImageIcon("pix/icon/icon-about.png", "OpenRocket"), 0.6)),
|
||||
panel.add(new JLabel(Icons.loadImageIcon("pix/icon/icon-128.png", "OpenRocket")),
|
||||
"spany, top, gapright 20px, cell 0 0");
|
||||
|
||||
// Thank you for downloading!
|
||||
|