Revision 1070 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/mdiFrame/MDIFrame.java

View differences:

MDIFrame.java
437 437

  
438 438
        for (int i = 0; i < toolBars.getComponentCount(); i++) {
439 439
            Component c = toolBars.getComponent(i);
440
            if (!c.isVisible()) continue;
440 441
            double width = c.getPreferredSize().getWidth();
441 442
            acum = acum + width;
442 443

  
......
759 760
            }
760 761
        }
761 762

  
763
        ajustarToolBar();
764
        
762 765
        showMemory();
763 766
    }
764 767

  
......
887 890
     */
888 891
    public void componentResized(ComponentEvent arg0) {
889 892
        ajustarToolBar();
890
        bEstado.setFixedLabelWidth(this.getWidth() * 0.5);
893
        bEstado.setFixedLabelWidth(this.getWidth() * 0.3);
891 894
    }
892 895

  
893 896
    /**

Also available in: Unified diff