Revision 16235

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SymbolLevelsWindow.java
229 229
		super();
230 230
		initialize();
231 231
		setModel(zSort);
232
		quitaEsteMetodo();
232 233
		tblLevels.setRowHeight(23);
233 234
	}
235
	private void quitaEsteMetodo() {
236
		getBtnSwitchView().setEnabled(false);
237
		getBtnDown().setEnabled(false);
238
		getBtnUp().setEnabled(false);
239
	}
234 240
	/**
235 241
	 * Sets the model
236 242
	 * @param plan ZSort
......
439 445

  
440 446
	private JCheckBox getChkSpecifyDrawOrder() {
441 447
		if (chkSpecifyDrawOrder == null) {
442
			chkSpecifyDrawOrder = new JCheckBox(
443
					PluginServices.getText(this, "draw_symbols_in_specified_order"));
448
			chkSpecifyDrawOrder = new JCheckBox("<html><b>"+
449
					PluginServices.getText(this, "draw_symbols_in_specified_order")
450
					+"</b></html>");
444 451
			chkSpecifyDrawOrder.addActionListener(this);
445 452
		}
446 453
		return chkSpecifyDrawOrder;

Also available in: Unified diff