Issue #2734 - default time range to 24 hours.
Change-Id: If50ab9d45e3c8a1074f258583e07d248582c1f1d Former-commit-id:c7e22b7b3b
[formerlybc180503b1
] [formerly19033601bf
] [formerly0b316f7bd9
[formerly19033601bf
[formerly 30d52d79ba79c79b8cdfbfdd8d61b1b7b04afef5]]] Former-commit-id:0b316f7bd9
Former-commit-id: 0bf0f051070755b17c7ecbd3f200deb688e5152a [formerly7710724c5a
] Former-commit-id:06ed3db690
This commit is contained in:
parent
32141b0655
commit
bac3c86658
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