Changeset 2930 for branch/2frame/config_example.py
- Timestamp:
- Jul 12, 2017 3:54:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/config_example.py
r2927 r2930 133 133 ''' 134 134 135 Main_Pos = (100,100)135 Main_Pos = '(100,100)' 136 136 '''Main window location - will be updated & saved when user moves 137 137 it. If position is outside screen then it will be repositioned to default 138 138 ''' 139 Plot_Pos = (200,200)139 Plot_Pos = '(200,200)' 140 140 '''Plot window location - will be updated & saved when user moves it 141 141 these widows. If position is outside screen then it will be repositioned to default
Note: See TracChangeset
for help on using the changeset viewer.