Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2004-05-19 02:22:19 +0000
committerMazen Faraj2004-05-19 02:22:19 +0000
commit77012e7a06d6a93e0a85a030bd6d639bd872160e (patch)
tree777bf47071013212fed244a1522bfe80a8c4c695 /org.eclipse.ui.intro/empty_swt.properties
parent7560b50a0f1a977fdf174dcd07261d3c1099b948 (diff)
downloadeclipse.platform.ua-77012e7a06d6a93e0a85a030bd6d639bd872160e.tar.gz
eclipse.platform.ua-77012e7a06d6a93e0a85a030bd6d639bd872160e.tar.xz
eclipse.platform.ua-77012e7a06d6a93e0a85a030bd6d639bd872160e.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.intro/empty_swt.properties')
-rw-r--r--org.eclipse.ui.intro/empty_swt.properties13
1 files changed, 8 insertions, 5 deletions
diff --git a/org.eclipse.ui.intro/empty_swt.properties b/org.eclipse.ui.intro/empty_swt.properties
index 0c7d0e93d..4b1ad690e 100644
--- a/org.eclipse.ui.intro/empty_swt.properties
+++ b/org.eclipse.ui.intro/empty_swt.properties
@@ -46,14 +46,17 @@ show-navigation = true/false
! Layout:
! -------
! Number of columns in this root page or group.
- <pageId>.layout.ncolumns = <integer>
- <pageId>.<path_to_group>.layout.ncolumns = <integer>
+ <rootPageId>.layout.ncolumns = <integer>
+ <rootPageId>.<path_to_group>.layout.ncolumns = <integer>
! Number of columns an element spans in its group or page.
- <pageId>.<path_to_element>.layout.colspan = <integer>
+ <rootPageId>.<path_to_element>.layout.colspan = <integer>
! Number of rows an element spans in its group or page.
- <pageId>.<path_to_element>.layout.rowspan = <integer>
+ <rootPageId>.<path_to_element>.layout.rowspan = <integer>
+
+ ! vertical spacing of all objects in the page's Table layout.
+ <rootPageId>.layout.link-vspacing = <integer>
@@ -71,7 +74,7 @@ show-navigation = true/false
! Number of columns an element spans in its group or page.
<pageId>.<path_to_element>.layout.colspan = <integer>
- ! vertical spacing of all objects in the pages' Table layout.
+ ! vertical spacing of all objects in the page's Table layout.
<pageId>.layout.link-vspacing = <integer>

Back to the top