move account status icons to the left

cusax-fix
Yana Stamcheva 20 years ago
parent 78e4593221
commit 86f33f2b80

@ -38,7 +38,7 @@ public StatusPanel(MainFrame mainFrame) {
this.mainFrame = mainFrame;
this.setLayout(new FlowLayout(FlowLayout.RIGHT, 0, 0));
this.setLayout(new FlowLayout(FlowLayout.LEFT, 0, 0));
this.setBorder(BorderFactory.createMatteBorder(1, 0, 0, 0,
Constants.MOVER_START_COLOR));

Loading…
Cancel
Save