Ignore:
Timestamp:
Jul 29, 2012, 11:18:31 PM (12 years ago)
Author:
sommeria
Message:

various improvments and corrections
dtatatree_browser tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msgbox_uvmat.m

    r497 r507  
    112112    if exist('Position','var')
    113113    if iscell(default_answer)
    114         widthstring=max(cellfun('length',default_answer),length(display_str));
    115         heightstring=size(default_answer,1);
     114        widthstring=max(max(cellfun('length',default_answer)),length(display_str));
     115        heightstring=size(default_answer,1);%nbre of expected lines
    116116        set(handles.edit_box,'Max',2);
    117117    else
Note: See TracChangeset for help on using the changeset viewer.