Changeset a2f7fcc in sasview
- Timestamp:
- Apr 21, 2013 11:20:20 AM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/gui_manager.py
ra36a22a ra2f7fcc 981 981 if not IS_WIN: 982 982 x_pos, _ = frame.GetPositionTuple() 983 frame.SetPosition((x_pos, mac_pos_y + 7 5))983 frame.SetPosition((x_pos, mac_pos_y + 72)) 984 984 frame.Show(True) 985 985 #add data panel … … 997 997 else: 998 998 flag = True 999 if not IS_WIN: 1000 x_pos, _ = frame.GetPositionTuple() 1001 frame.SetPosition((x_pos, mac_pos_y + 72)) 999 1002 win.Show(flag) 1000 1003 d_panel_width = w … … 1020 1023 if not IS_WIN: 1021 1024 x_pos, _ = frame.GetPositionTuple() 1022 frame.SetPosition((x_pos, mac_pos_y + 7 5))1025 frame.SetPosition((x_pos, mac_pos_y + 72)) 1023 1026 1024 1027 if not IS_WIN: … … 1170 1173 if not IS_WIN: 1171 1174 p.frame.Center() 1175 x_pos, _ = p.frame.GetPositionTuple() 1176 p.frame.SetPosition((x_pos, 112)) 1172 1177 p.frame.Show(True) 1173 1178
Note: See TracChangeset
for help on using the changeset viewer.