Changeset 58b107f in sasview


Ignore:
Timestamp:
Jan 10, 2017 2:59:16 AM (7 years ago)
Author:
wojciech
Children:
51cc0eb
Parents:
0c9204a
Message:

Font changed so it looks better on Windows

File:
1 edited

Legend:

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

    r0c9204a r58b107f  
    2525 
    2626        text = wx.TextCtrl(self, style=wx.TE_READONLY|wx.TE_MULTILINE 
    27                                        |wx.BORDER_NONE, size=(400,200)) 
     27                                       |wx.BORDER_NONE, size=(400,300)) 
    2828        text.SetValue(msg) 
    2929        text.SetBackgroundColour(self.GetBackgroundColour()) 
     
    4545                                "report to help@sasview.org.") 
    4646 
    47         message_text.SetFont(wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
     47        message_text.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
    4848        vbox.Add(message_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    4949 
     
    135135 
    136136        test_text = wx.StaticText(self, -1,"WARNING: Running tests can take a few minutes!") 
    137         test_text.SetFont(wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
     137        test_text.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 
    138138        self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    139139 
Note: See TracChangeset for help on using the changeset viewer.