IDEMPIERE-2366 Theme bug - inverted MoveLeft16.png and MoveRight16.png
This commit is contained in:
parent
0eb7daffcb
commit
47d6bd135f
|
@ -111,8 +111,8 @@ public class ADSortTab extends Panel implements IADTabpanel
|
|||
// UI variables
|
||||
private Label noLabel = new Label();
|
||||
private Label yesLabel = new Label();
|
||||
private Button bAdd = ButtonFactory.createButton(null, ThemeManager.getThemeResource("images/MoveLeft16.png"), null);
|
||||
private Button bRemove = ButtonFactory.createButton(null, ThemeManager.getThemeResource("images/MoveRight16.png"), null);
|
||||
private Button bAdd = ButtonFactory.createButton(null, ThemeManager.getThemeResource("images/MoveRight16.png"), null);
|
||||
private Button bRemove = ButtonFactory.createButton(null, ThemeManager.getThemeResource("images/MoveLeft16.png"), null);
|
||||
private Button bUp = ButtonFactory.createButton(null, ThemeManager.getThemeResource("images/MoveUp16.png"), null);
|
||||
private Button bDown = ButtonFactory.createButton(null, ThemeManager.getThemeResource("images/MoveDown16.png"), null);
|
||||
//
|
||||
|
|
|
@ -107,9 +107,9 @@ public class CustomizeGridViewPanel extends Panel
|
|||
private Label noLabel = new Label();
|
||||
private Label yesLabel = new Label();
|
||||
private Button bAdd = ButtonFactory.createButton(null,
|
||||
ThemeManager.getThemeResource("images/MoveLeft16.png"), null);
|
||||
private Button bRemove = ButtonFactory.createButton(null,
|
||||
ThemeManager.getThemeResource("images/MoveRight16.png"), null);
|
||||
private Button bRemove = ButtonFactory.createButton(null,
|
||||
ThemeManager.getThemeResource("images/MoveLeft16.png"), null);
|
||||
private Button bUp = ButtonFactory.createButton(null,
|
||||
ThemeManager.getThemeResource("images/MoveUp16.png"), null);
|
||||
private Button bDown = ButtonFactory.createButton(null,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue