Changeset 445f949 in sasview
- Timestamp:
- Apr 12, 2009 8:03:20 PM (16 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:
- fa523d3
- Parents:
- 45bf0ede
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/gui_manager.py
ra0d56d5 r445f949 175 175 Main application frame 176 176 """ 177 def __init__(self, parent, id, title, window_height=700, window_width= 900):177 def __init__(self, parent, id, title, window_height=700, window_width=1000): 178 178 #def __init__(self, parent, id, title, window_height=800, window_width=800): 179 179 """ … … 182 182 from local_perspectives.plotting import plotting 183 183 #wx.Frame.__init__(self, parent, id, title, wx.DefaultPosition, size=(800, 700)) 184 wx.Frame.__init__(self, parent, id, title, wx.DefaultPosition, size=( 900, 600))184 wx.Frame.__init__(self, parent, id, title, wx.DefaultPosition, size=(1000, 600)) 185 185 186 186 # Preferred window size … … 392 392 CenterPane(). 393 393 BestSize(wx.Size(600,600)). 394 MinSize(wx.Size( 400,400)).394 MinSize(wx.Size(500,500)). 395 395 Hide()) 396 396
Note: See TracChangeset
for help on using the changeset viewer.