ASM #15639 AvnFPS Climate Data Menu Gui Too Large
Change-Id: I9d8dfce7889e75b65f20242519ab90e125237123 Former-commit-id: e49b373ed86eb9b18e7e46b0f4e07f9b75ea84b5
This commit is contained in:
parent
3218aba415
commit
a896c1a8cf
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,7 @@ import com.raytheon.viz.ui.dialogs.ICloseCallback;
|
|||
* Oct 09, 2012 #1229 rferrel Changes for non-blocking MetarDisplayDialog.
|
||||
* Oct 09, 2012 #1229 rferrel Changes for non-blocking CigVisTrendDlg.
|
||||
* Oct 15, 2012 #1229 rferrel Changes for non-blocking HelpUsageDlg.
|
||||
* Mar 04, 2015 #15639 zhao Added 'heightHint' to 'Idents' list so GUI won't become too large
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -615,6 +616,7 @@ public class ClimateDataMenuDlg extends CaveSWTDialog {
|
|||
|
||||
gd = new GridData(SWT.DEFAULT, SWT.FILL, false, true);
|
||||
gd.widthHint = 60;
|
||||
gd.heightHint = 250;
|
||||
identList = new List(identComp, SWT.BORDER | SWT.MULTI | SWT.V_SCROLL);
|
||||
identList.setLayoutData(gd);
|
||||
identList.setFont(textFont);
|
||||
|
|
Loading…
Add table
Reference in a new issue