Révision 950
tmp/org.txm.edition.rcp/src/org/txm/edition/rcp/editors/SynopticEditionEditor.java (revision 950) | ||
---|---|---|
94 | 94 |
/** The page_label: show current page name. */ |
95 | 95 |
org.eclipse.swt.widgets.Text page_text; |
96 | 96 |
Label page_label; |
97 |
Composite editionsArea; |
|
97 |
GLComposite editionsArea;
|
|
98 | 98 |
private String[] editionNames; |
99 | 99 |
private Corpus corpus; |
100 | 100 |
private Text text; |
... | ... | |
594 | 594 |
} |
595 | 595 |
editionPanels = new LinkedHashMap<String, EditionPanel>(); |
596 | 596 |
|
597 |
editionsArea.setLayout(new GridLayout(editionNames.length, true));
|
|
597 |
editionsArea.getLayout().numColumns = editionNames.length;
|
|
598 | 598 |
|
599 | 599 |
for (int i = 0 ; i < editionNames.length ;i++) { |
600 | 600 |
String editionName = editionNames[i]; |
Formats disponibles : Unified diff