Changeset 4cb58ce in sasview
- Timestamp:
- Jan 10, 2017 8:54:56 AM (8 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
r4ba4b69 r755ecb0 43 43 "please select No OpenCL option.\n\n" 44 44 "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 49 48 self.vbox.Add(self.message_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 50 49 … … 136 135 137 136 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, ""))139 137 self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 140 138
Note: See TracChangeset
for help on using the changeset viewer.