Changeset a2f7fcc in sasview


Ignore:
Timestamp:
Apr 21, 2013 9:20:20 AM (11 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
4de587d
Parents:
a36a22a
Message:

more fixes in mac: panel positions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/src/sans/guiframe/gui_manager.py

    ra36a22a ra2f7fcc  
    981981        if not IS_WIN: 
    982982            x_pos, _ = frame.GetPositionTuple() 
    983             frame.SetPosition((x_pos, mac_pos_y + 75)) 
     983            frame.SetPosition((x_pos, mac_pos_y + 72)) 
    984984        frame.Show(True) 
    985985        #add data panel  
     
    997997        else: 
    998998            flag = True 
     999        if not IS_WIN: 
     1000            x_pos, _ = frame.GetPositionTuple() 
     1001            frame.SetPosition((x_pos, mac_pos_y + 72)) 
    9991002        win.Show(flag) 
    10001003        d_panel_width = w 
     
    10201023            if not IS_WIN: 
    10211024                x_pos, _ = frame.GetPositionTuple() 
    1022                 frame.SetPosition((x_pos, mac_pos_y + 75)) 
     1025                frame.SetPosition((x_pos, mac_pos_y + 72)) 
    10231026 
    10241027        if not IS_WIN: 
     
    11701173        if not IS_WIN: 
    11711174            p.frame.Center() 
     1175            x_pos, _ = p.frame.GetPositionTuple() 
     1176            p.frame.SetPosition((x_pos, 112)) 
    11721177        p.frame.Show(True) 
    11731178 
Note: See TracChangeset for help on using the changeset viewer.