OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tablegriddata
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
527
GridData
tableGridData
= new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1);
528
tableGridData
.heightHint = 200;
529
mRootTable.setLayoutData(
tableGridData
);
[
all
...]
Completed in 37 milliseconds