alertview made visible for release and config'd for default warn/error popups
This commit is contained in:
parent
ebdf888c97
commit
0a4dcf051d
3 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<popUpPreferences>
|
||||
<filter>error</filter>
|
||||
<filter>warnPlus</filter>
|
||||
<duration>5000</duration>
|
||||
<width>500</width>
|
||||
<height>50</height>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue