Changes in / [4cb58ce:4ba4b69] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
r755ecb0 r4ba4b69 43 43 "please select No OpenCL option.\n\n" 44 44 "In case of large number of failing tests, " 45 "please consider sending\n" 46 "above report to help@sasview.org.") 47 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, "")) 48 49 self.vbox.Add(self.message_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 49 50 … … 135 136 136 137 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, "")) 137 139 self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 138 140
Note: See TracChangeset
for help on using the changeset viewer.