Revision 41707 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/propertypage/BasePropertiesPageDialog.java

View differences:

BasePropertiesPageDialog.java
42 42
        I18nManager i18nManager = ToolsLocator.getI18nManager(); 
43 43

  
44 44
        this.content.setLayout(new BorderLayout());
45
        this.content.add(createPropertiesPagesPanel(), BorderLayout.NORTH );
45
        this.content.add(createPropertiesPagesPanel(), BorderLayout.CENTER );
46 46

  
47 47
        this.titleLabel.setText("");
48 48
        

Also available in: Unified diff