Merge "Issue #2734 - default time range to 24 hours." into development
Former-commit-id:8e967e8e59
[formerly8e967e8e59
[formerly 4604b591b1f15621fcf4cd0e93143435cccfe43b]] Former-commit-id:e204b350ee
Former-commit-id:9cb8925e51
This commit is contained in:
commit
67f6df9784
1 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@ import com.raytheon.viz.ui.widgets.duallist.IUpdate;
|
|||
* Feb 26, 2013 1667 mpduff Sort categories.
|
||||
* Sep 27, 2013 #2419 lvenable Changed code so the dual list will
|
||||
* function correctly on start up.
|
||||
* Feb 19, 2014 2734 mpduff Default time range to 24 hours.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -262,7 +263,7 @@ public class StatsControlDlg extends CaveSWTDialog implements IStatsControl,
|
|||
timeRangeCombo.setLayoutData(gd);
|
||||
timeRangeCombo.setToolTipText("Choose a Time Range");
|
||||
timeRangeCombo.setItems(this.TIME_RANGE_ITEMS);
|
||||
timeRangeCombo.select(0);
|
||||
timeRangeCombo.select(4); // default to 24 hrs
|
||||
|
||||
gd = new GridData(SWT.CENTER, SWT.DEFAULT, true, false);
|
||||
gl = new GridLayout(2, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue