Changeset bdde9bd in sasview


Ignore:
Timestamp:
Jun 24, 2011 3:50:46 PM (13 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:
9660c14
Parents:
19e432e
Message:

changed size of name box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/gui_toolbar.py

    r19e432e rbdde9bd  
    1616else: 
    1717    FONT_VARIANT = 1 
    18     NAME_BOX = (250, 25) 
     18    NAME_BOX = (200, 25) 
    1919    TB_H = 25 
    2020    IS_MAC = True 
     
    5050        """ 
    5151        t_size = TB_H        
    52         print "name_box", NAME_BOX 
    5352        tbar_size = (t_size, t_size) 
    5453        button_type =  wx.ITEM_NORMAL 
     
    125124        #add button for the panel on focus 
    126125        self.button_panel = wx.StaticText(self, -1, 'No Panel',  
    127                                           wx.DefaultPosition,  
    128                                           NAME_BOX, 
     126                                          pos=wx.DefaultPosition,  
     127                                          size=NAME_BOX, 
    129128                                          style=wx.SUNKEN_BORDER|wx.ALIGN_LEFT) 
    130129        #self.button_panel.SetForegroundColour('black') 
Note: See TracChangeset for help on using the changeset viewer.