Révision 3909

TXM/trunk/bundles/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/ComplexSubcorpusPanel.java (revision 3909)
238 238
		}
239 239
		
240 240
		String sep = " | "; //$NON-NLS-1$
241
		if (andBtn.getSelection())
241
		if (andBtn.getSelection()) {
242 242
			sep = " & "; //$NON-NLS-1$
243
		}
243 244
		
244 245
		return "["+ StringUtils.join(parts, sep)+"] expand to "+queryItems.get(queryItems.size() - 1).structCombo.getText(); //$NON-NLS-1$ //$NON-NLS-2$
245 246
		
TXM/trunk/bundles/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/NavigationWidget.java (revision 3909)
79 79
		super(parent, style, "Navigation"); //$NON-NLS-1$
80 80
		this.getLayout().numColumns = 6;
81 81
		this.getLayout().makeColumnsEqualWidth = false;
82

  
82
		this.getLayout().horizontalSpacing = 1;
83 83
		// | [|<] [<] [infos] [>] [>|] |
84 84

  
85 85
		

Formats disponibles : Unified diff