Changeset 1248 for sans/Dev


Ignore:
Timestamp:
Mar 20, 2020 2:42:53 PM (3 years ago)
Author:
srkline
Message:

A few more tweaks for the panel layout on small screens

Location:
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VC_VCALCPanel_MockUp.ipf

    r1247 r1248  
    7979                 
    8080        if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1)    
    81                 NewPanel /W=(34*sc,44*sc,1274*sc,630*sc)/N=VCALC/K=1 
     81                NewPanel /W=(34*sc,44*sc,1274*sc,660*sc)/N=VCALC/K=1 
    8282        else 
    8383                NewPanel /W=(34,44,1274,699)/N=VCALC/K=1 
     
    9696 
    9797        if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1)    
    98                 GroupBox group1,pos={sc*460,10*sc},size={sc*762,565*sc},title="Detector Panel Positions + Data" 
     98                GroupBox group1,pos={sc*460,10*sc},size={sc*762,595*sc},title="Detector Panel Positions + Data" 
    9999        else     
    100100                GroupBox group1,pos={460,10},size={762,635},title="Detector Panel Positions + Data" 
     
    202202        if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 
    203203        // note that the dimensions here are not strictly followed since the aspect ratio is set below 
    204                 Display/W=(475*sc,310*sc,760*sc,550*sc)/HOST=# root:Packages:NIST:VSANS:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 
     204                Display/W=(475*sc,310*sc,790*sc,590*sc)/HOST=# root:Packages:NIST:VSANS:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 
    205205        else 
    206206                Display/W=(475,332,814,631)/HOST=# root:Packages:NIST:VSANS:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 
     
    220220        // for averaged I(Q) 
    221221        if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 
    222                 Display/W=(842*sc,330*sc,1204*sc,560*sc)/HOST=# //root:Packages:NIST:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 
     222                Display/W=(842*sc,330*sc,1204*sc,590*sc)/HOST=# //root:Packages:NIST:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 
    223223        else 
    224224                Display/W=(842,334,1204,629)/HOST=# //root:Packages:NIST:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_DataPlotting.ipf

    r1246 r1248  
    4848                 
    4949        if(gLaptopMode == 1) 
    50                 sc = 0.7 
     50                sc = 0.9 
    5151        endif 
    5252 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_RAW_Data_Panel.ipf

    r1246 r1248  
    145145         
    146146        if(root:Packages:NIST:VSANS:Globals:gLaptopMode==1) 
    147                 NewPanel /W=(7,36,700,445) /K=1 /N=VSANS_Data 
     147                NewPanel /W=(7,36,700,480) /K=1 /N=VSANS_Data 
    148148        else 
    149149                NewPanel /W=(37,45,1038,719) /K=1 /N=VSANS_Data 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_VSANS_Preferences.ipf

    r1246 r1248  
    305305         
    306306        if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 
    307                 sc = 0.7 
     307                sc = 0.9 
    308308        endif 
    309309 
Note: See TracChangeset for help on using the changeset viewer.