Revision 42257 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.swing/org.gvsig.symbology.swing.api/src/main/java/org/gvsig/app/gui/styling/StyleEditor.java

View differences:

StyleEditor.java
107 107
	 */
108 108
	private void initialize() {
109 109
        this.setLayout(new BorderLayout());
110
        this.setSize(500,285);
110
        this.setSize(500,295);
111 111
        this.setBorder(new EmptyBorder(5, 5, 5, 5));
112 112
        
113 113
        this.add(getPnlNorth(), BorderLayout.NORTH);
......
266 266
            c.fill = GridBagConstraints.BOTH;
267 267
            c.insets = new Insets(5,5,5,5);
268 268
            
269
            JLabel lblMaxPriority = new JLabel(i18nManager.getTranslation("priority_max"));
270
            JLabel lblIntPriority = new JLabel(i18nManager.getTranslation("priority_int"));
271
            JLabel lblMinPriority = new JLabel(i18nManager.getTranslation("priority_min"));
272
            JLabel lblBlockedPriority = new JLabel(i18nManager.getTranslation("priority_blocked"));
269
            JLabel lblMaxPriority = new JLabel(("1: ").concat(i18nManager.getTranslation("priority_max")));
270
            JLabel lblIntPriority = new JLabel(("2: ").concat(i18nManager.getTranslation("priority_int")));
271
            JLabel lblMinPriority = new JLabel(("3: ").concat(i18nManager.getTranslation("priority_min")));
272
            JLabel lblBlockedPriority = new JLabel(("0: ").concat(i18nManager.getTranslation("priority_blocked")));
273 273
            
274 274
            c.gridx = 1;
275 275
            c.gridy = 1;

Also available in: Unified diff