Show
Ignore:
Timestamp:
12/05/07 21:31:45 (6 years ago)
Author:
cdietric
Message:

resizing buttons so labels display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/WaveDev/branches/WaveDev-0.6.2/WaveDev/wavedev/PropertiesDialog.py

    r5917 r5941  
    6767        self.AddProp = wx.Button(id=wxID_PROPERTIESDIALOGADDPROP, 
    6868              label=u'Add Property', name=u'AddProp', parent=self, 
    69               pos=wx.Point(479, 399), size=wx.Size(85, 30), style=0) 
     69              pos=wx.Point(439, 399), size=wx.Size(125, 30), style=0) 
    7070        self.AddProp.Bind(wx.EVT_BUTTON, self.OnAddPropButton, 
    7171              id=wxID_PROPERTIESDIALOGADDPROP)