*** empty log message ***
This commit is contained in:
parent
ffd57920a3
commit
dc49df96e3
1 changed files with 4 additions and 0 deletions
|
|
@ -299,6 +299,10 @@ make_dialog (name, parent, pop_up_p, shell_title, icon_name, text_input_slot, ra
|
|||
ac = 0;
|
||||
XtSetArg (av[ac], XtNtitle, shell_title); ac++;
|
||||
XtSetArg (av[ac], XtNallowShellResize, True); ac++;
|
||||
|
||||
/* Don't allow any geometry request from the user. */
|
||||
XtSetArg (av[ac], XtNgeometry, 0); ac++;
|
||||
|
||||
shell = XtCreatePopupShell ("dialog", transientShellWidgetClass,
|
||||
parent, av, ac);
|
||||
XtOverrideTranslations (shell, override);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue