Changeset c1fdf84 in sasview


Ignore:
Timestamp:
Oct 4, 2016 2:13:07 PM (7 years ago)
Author:
smk78
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, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
a95ae9a, c65a265
Parents:
e0f28e6
Message:

Enlarged Acknowledgement box so text is no longer truncated

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasview/local_config.py

    re0f28e6 rc1fdf84  
    3131_acknowledgement_preamble =\ 
    3232'''To ensure the long term support and development of this software please''' +\ 
    33 ''' remember to do the following.''' 
     33''' remember to:''' 
    3434_acknowledgement_preamble_bullet1 =\ 
    35 '''Acknowledge its use in your publications as suggested below''' 
     35'''Acknowledge its use in your publications as suggested below;''' 
    3636_acknowledgement_preamble_bullet2 =\ 
    3737'''Reference SasView as : M. Doucet, et al. SasView Version 4.0, Zenodo''' +\ 
    38 ''', http://doi.org/10.5281/zenodo.159083''' 
     38''', http://doi.org/10.5281/zenodo.159083;''' 
    3939_acknowledgement_preamble_bullet3 =\ 
    40 '''Reference the model you used if appropriate (see documentation for refs)''' 
     40'''Reference the model you used if appropriate (see documentation for refs);''' 
    4141_acknowledgement_preamble_bullet4 =\ 
    4242'''Send us your reference for our records: developers@sasview.org''' 
    4343_acknowledgement_publications = \ 
    44 '''This work benefited from the use of the SasView application, originally 
    45 developed under NSF Award DMR-0520547. SasView also contains code developed  
    46 with funding from the EU Horizon 2020 research and innovation programme under  
    47 the SINE2020 project Grant No 654000.''' 
     44'''This work benefited from the use of the SasView application, originally developed under NSF Award  
     45DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 research  
     46and innovation programme under the SINE2020 project Grant No 654000.''' 
    4847 
    4948_acknowledgement =  \ 
  • src/sas/sasgui/guiframe/acknowledgebox.py

    rd85c194 rc1fdf84  
    6868        self.preamble.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
    6969        self.SetTitle("Acknowledging SasView") 
    70         self.SetSize((525, 225)) 
     70        #Increased size of box from (525, 225), SMK, 04/10/16 
     71        self.SetSize((600, 300)) 
    7172        # end wxGlade 
    7273 
Note: See TracChangeset for help on using the changeset viewer.