Changeset 445f949 in sasview


Ignore:
Timestamp:
Apr 12, 2009 6:03:20 PM (15 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

change size of control panels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/gui_manager.py

    ra0d56d5 r445f949  
    175175        Main application frame 
    176176    """ 
    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): 
    178178    #def __init__(self, parent, id, title, window_height=800, window_width=800): 
    179179        """ 
     
    182182        from local_perspectives.plotting import plotting 
    183183        #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)) 
    185185         
    186186        # Preferred window size 
     
    392392                                          CenterPane(). 
    393393                                          BestSize(wx.Size(600,600)). 
    394                                           MinSize(wx.Size(400,400)). 
     394                                          MinSize(wx.Size(500,500)). 
    395395                                          Hide()) 
    396396                 
Note: See TracChangeset for help on using the changeset viewer.