Changeset fc4ab6e in sasview


Ignore:
Timestamp:
May 28, 2008 9:08:23 AM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
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:
cbb2e40
Parents:
fd68aa9
Message:

prepare for PrView? 0.1

Location:
prview
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prview/installer.iss

    r4a5de6f rfc4ab6e  
    99AppSupportURL=http://danse.chem.utk.edu/ 
    1010AppUpdatesURL=http://danse.chem.utk.edu/ 
    11 DefaultDirName={pf}\PrView-0.1 
    12 DefaultGroupName=PrView-0.1 
     11DefaultDirName={userappdata}\PrView-0.1 
     12DefaultGroupName=DANSE\PrView-0.1 
    1313DisableProgramGroupPage=yes 
    1414LicenseFile=license.txt 
  • prview/perspectives/pr/inversion_panel.py

    rdfb58f8 rfc4ab6e  
    578578    def __init__(self, parent, id): 
    579579        from sans.pr.invertor import help 
    580         wx.Dialog.__init__(self, parent, id, size=(400, 400)) 
     580        wx.Dialog.__init__(self, parent, id, size=(400, 420)) 
    581581        self.SetTitle("P(r) help")  
    582582         
     
    586586        explanation = help() 
    587587            
    588         label_explain = wx.StaticText(self, -1, explanation, size=(350,300)) 
     588        label_explain = wx.StaticText(self, -1, explanation, size=(350,320)) 
    589589             
    590590        vbox.Add(label_explain, 0, wx.ALL|wx.EXPAND, 15) 
Note: See TracChangeset for help on using the changeset viewer.