mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
replace image + alpha icons changed
This commit is contained in:
@@ -239,12 +239,12 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
}
|
||||
|
||||
private JPanel createImageButtonsPanel() {
|
||||
replaceImageButton = new JButton(mainPanel.translate("button.replace"), View.getIcon("edit16"));
|
||||
replaceImageButton = new JButton(mainPanel.translate("button.replace"), View.getIcon("replaceimage16"));
|
||||
replaceImageButton.setMargin(new Insets(3, 3, 3, 10));
|
||||
replaceImageButton.addActionListener(mainPanel::replaceButtonActionPerformed);
|
||||
replaceImageButton.setVisible(false);
|
||||
|
||||
replaceImageAlphaButton = new JButton(mainPanel.translate("button.replaceAlphaChannel"), View.getIcon("edit16"));
|
||||
replaceImageAlphaButton = new JButton(mainPanel.translate("button.replaceAlphaChannel"), View.getIcon("replacealpha16"));
|
||||
replaceImageAlphaButton.setMargin(new Insets(3, 3, 3, 10));
|
||||
replaceImageAlphaButton.addActionListener(mainPanel::replaceAlphaButtonActionPerformed);
|
||||
replaceImageAlphaButton.setVisible(false);
|
||||
|
||||
BIN
src/com/jpexs/decompiler/flash/gui/graphics/replacealpha16.png
Normal file
BIN
src/com/jpexs/decompiler/flash/gui/graphics/replacealpha16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 695 B |
BIN
src/com/jpexs/decompiler/flash/gui/graphics/replaceimage16.png
Normal file
BIN
src/com/jpexs/decompiler/flash/gui/graphics/replaceimage16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 779 B |
Reference in New Issue
Block a user