Changeset 4cb58ce in sasview


Ignore:
Timestamp:
Jan 10, 2017 6:54:56 AM (7 years ago)
Author:
wojciech
Children:
4320104
Parents:
755ecb0 (diff), 4ba4b69 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fixing font to avoid mess accros platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/gpu_options.py

    r4ba4b69 r755ecb0  
    4343                                "please select No OpenCL option.\n\n" 
    4444                                "In case of large number of failing tests, " 
    45                                 "please consider sending above\n" 
    46                                 "report to help@sasview.org.") 
    47  
    48         self.message_text.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
     45                                "please consider sending\n" 
     46                                "above report to help@sasview.org.") 
     47 
    4948        self.vbox.Add(self.message_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    5049 
     
    136135 
    137136        test_text = wx.StaticText(self, -1,"WARNING: Running tests can take a few minutes!") 
    138         test_text.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
    139137        self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    140138 
Note: See TracChangeset for help on using the changeset viewer.