Unify edit icon
This commit is contained in:
parent
3fca78c87b
commit
779b1c6554
Binary file not shown.
Before Width: | Height: | Size: 713 B |
@ -197,7 +197,7 @@ public class CustomExpressionPanel extends JPanel {
|
|||||||
//unitSelector = setLabelStyle(unitSelector);
|
//unitSelector = setLabelStyle(unitSelector);
|
||||||
//unitSelector.setBackground(Color.WHITE);
|
//unitSelector.setBackground(Color.WHITE);
|
||||||
|
|
||||||
JButton editButton = new SelectColorButton(Icons.EDIT);
|
JButton editButton = new SelectColorButton(Icons.EDIT_EDIT);
|
||||||
editButton.setToolTipText(trans.get("customExpression.Units.but.ttip.Edit"));
|
editButton.setToolTipText(trans.get("customExpression.Units.but.ttip.Edit"));
|
||||||
editButton.setBorderPainted(false);
|
editButton.setBorderPainted(false);
|
||||||
editButton.addActionListener(new ActionListener() {
|
editButton.addActionListener(new ActionListener() {
|
||||||
@ -234,7 +234,7 @@ public class CustomExpressionPanel extends JPanel {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
JButton deleteButton = new SelectColorButton(Icons.DELETE);
|
JButton deleteButton = new SelectColorButton(Icons.EDIT_DELETE);
|
||||||
//// Remove this expression
|
//// Remove this expression
|
||||||
deleteButton.setToolTipText(trans.get("customExpression.Units.but.ttip.Remove"));
|
deleteButton.setToolTipText(trans.get("customExpression.Units.but.ttip.Remove"));
|
||||||
deleteButton.setBorderPainted(false);
|
deleteButton.setBorderPainted(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user