alertview made visible for release and config'd for default warn/error popups

This commit is contained in:
Michael James 2016-11-14 11:18:06 -06:00
parent ebdf888c97
commit 0a4dcf051d
3 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<popUpPreferences>
<filter>error</filter>
<filter>warnPlus</filter>
<duration>5000</duration>
<width>500</width>
<height>50</height>

View file

@ -20,9 +20,6 @@
commandId="com.raytheon.uf.viz.alertview.openAlertView"
label="Open AlertView"
style="push">
<visibleWhen>
<systemTest property="alertview.enabled" value="true" />
</visibleWhen>
</command>
</menuContribution>
</extension>

View file

@ -79,7 +79,7 @@ public class PopUpPreferences {
public PopUpPreferences() {
/* Everything needs reasonable defaults to keep PreferenceFile happy. */
filter = Priority.ERROR.name().toLowerCase();
filter = "warnPlus";
duration = 5000;
corner = PopUpCorner.LOWER_RIGHT;
width = 500;