Changeset 873 for trunk/src/view_field.m


Ignore:
Timestamp:
Feb 17, 2015, 1:46:13 AM (9 years ago)
Author:
sommeria
Message:

civ improved at mask edge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r809 r873  
    127127set(handles.text_display,'Position',pos_1)
    128128% reset position of TableDisplay
    129 set(handles.TableDisplay,'Position',pos_1)
     129pos_TableDisplay=[pos_1(1) 2 pos_1(3) 2.2*pos_1(4)];
     130set(handles.TableDisplay,'Position',pos_TableDisplay)
     131
    130132% reset position of CheckTable
    131133pos_CheckTable=get(handles.CheckTable,'Position');% [lower x lower y width height] for CheckHold
    132 pos_CheckTable(1)=pos_1(1)-pos_CheckTable(3);       % set 'CheckHold' to the right of the fig
    133 pos_CheckTable(2)=size_fig(4)-pos_CheckTable(4);          % set 'CheckHold' to the lower edge of text display
     134pos_CheckTable(1)=pos_1(1);%-pos_CheckTable(3);       % set 'CheckHold' to the right of the fig
     135pos_CheckTable(2)=pos_TableDisplay(2)+pos_TableDisplay(4);%size_fig(4)-pos_CheckTable(4);          % set 'CheckHold' to the lower edge of text display
    134136set(handles.CheckTable,'Position',pos_CheckTable)
    135137
Note: See TracChangeset for help on using the changeset viewer.