Issue #1800 - Move the area control below the data type selection control
Change-Id: I22a0b014b5567452e7e996cfb4e2802945953219 Former-commit-id:ba9a100879
[formerly8a48d6bc5a
] [formerly33a78a96ff
] [formerlyba9a100879
[formerly8a48d6bc5a
] [formerly33a78a96ff
] [formerly9c18c78b5d
[formerly33a78a96ff
[formerly 67713f921582f6cb31b741257b84be60c9b645ff]]]] Former-commit-id:9c18c78b5d
Former-commit-id:acc0d33399
[formerlyd53a983087
] [formerly 6c2e021f8c671770d5ce50801eccee4b38eb59b0 [formerly8f3ca67532
]] Former-commit-id: bc0990170d389cdd8a286e8802e09f4fc88b1e41 [formerly6f8c3d3727
] Former-commit-id:2d177bae94
This commit is contained in:
parent
7dab96cb7b
commit
3b48ff70d9
1 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@ import com.vividsolutions.jts.geom.Coordinate;
|
|||
* Jan 14, 2012 1437 bgonzale Clear filters when creating a new configuration.
|
||||
* May 15, 2013 1040 mpduff Put DataDeliveryGUIUtils.markNotBusyInUIThread in finally block.
|
||||
* Jun 04, 2013 223 mpduff Add data type to filters.
|
||||
* Jun 05, 2013 1800 mpduff Move the area filter below the data type selection.
|
||||
* Jun 06, 2013 2030 mpduff Updates to help.
|
||||
*
|
||||
* </pre>
|
||||
|
@ -266,8 +267,8 @@ public class DataBrowserDlg extends CaveSWTDialog implements IDataTableUpdate,
|
|||
protected void initializeComponents(Shell shell) {
|
||||
createMenus();
|
||||
|
||||
createAreaControls();
|
||||
createDataTypeControls();
|
||||
createAreaControls();
|
||||
createSashForm();
|
||||
createRetSubsControl();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue