Revision 228 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/gui/dialogs/FPositionDialog.java

View differences:

FPositionDialog.java
420 420
            if (layout.getLayoutContext().getAttributes().isLandscape()) {
421 421
                lAnchoUnidades.setText(String.valueOf(nf.format(layout
422 422
                    .getLayoutContext().getAttributes().getSizeInUnits()
423
                    .getAlto())));
423
                    .getHeight())));
424 424
            } else {
425 425
                lAnchoUnidades.setText(String.valueOf(nf.format(layout
426 426
                    .getLayoutContext().getAttributes().getSizeInUnits()
427
                    .getAncho())));
427
                    .getWidth())));
428 428
            }
429 429
        }
430 430

  
......
457 457
            if (layout.getLayoutContext().getAttributes().isLandscape()) {
458 458
                lAltoUnidades.setText(String.valueOf(nf.format(layout
459 459
                    .getLayoutContext().getAttributes().getSizeInUnits()
460
                    .getAncho())));
460
                    .getWidth())));
461 461
            } else {
462 462
                lAltoUnidades.setText(String.valueOf(nf.format(layout
463 463
                    .getLayoutContext().getAttributes().getSizeInUnits()
464
                    .getAlto())));
464
                    .getHeight())));
465 465
            }
466 466
        }
467 467

  

Also available in: Unified diff