Changeset 58b107f in sasview
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
r0c9204a r58b107f 25 25 26 26 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)) 28 28 text.SetValue(msg) 29 29 text.SetBackgroundColour(self.GetBackgroundColour()) … … 45 45 "report to help@sasview.org.") 46 46 47 message_text.SetFont(wx.Font(1 2, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, ""))47 message_text.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 48 48 vbox.Add(message_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 49 49 … … 135 135 136 136 test_text = wx.StaticText(self, -1,"WARNING: Running tests can take a few minutes!") 137 test_text.SetFont(wx.Font(1 2, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, ""))137 test_text.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 138 138 self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 139 139
Note: See TracChangeset
for help on using the changeset viewer.