Changeset 302
- Timestamp:
- Jun 11, 2011 4:15:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIindex.py
r230 r302 531 531 dlg = wx.ProgressDialog("Generated reflections",tries[cycle]+" cell search for "+bravaisNames[ibrav],ncMax, 532 532 style = wx.PD_ELAPSED_TIME|wx.PD_AUTO_HIDE|wx.PD_REMAINING_TIME|wx.PD_CAN_ABORT) 533 screenSize = wx. DisplaySize()533 screenSize = wx.ClientDisplayRect() 534 534 Size = dlg.GetSize() 535 dlg.SetPosition(wx.Point(screenSize[ 0]-Size[0]-300,0))535 dlg.SetPosition(wx.Point(screenSize[2]-Size[0]-305,screenSize[1]+5)) 536 536 try: 537 537 GoOn = True
Note: See TracChangeset
for help on using the changeset viewer.