Ignore:
Timestamp:
Jul 12, 2017 3:54:39 PM (6 years ago)
Author:
vondreele
Message:

tweaks of basinhopping
replace more TextCtrl? with ValidatedTxtCtrl? in phaseGUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/config_example.py

    r2927 r2930  
    133133'''
    134134
    135 Main_Pos = (100,100)
     135Main_Pos = '(100,100)'
    136136'''Main window location - will be updated & saved when user moves
    137137it. If position is outside screen then it will be repositioned to default
    138138'''
    139 Plot_Pos = (200,200)
     139Plot_Pos = '(200,200)'
    140140'''Plot window location - will be updated & saved when user moves it
    141141these widows. If position is outside screen then it will be repositioned to default
Note: See TracChangeset for help on using the changeset viewer.