We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5cc7f commit bd3373eCopy full SHA for bd3373e
src/diffpy/pdfgui/gui/phaseconfigurepanel.py
@@ -332,7 +332,7 @@ def restrictConstrainedParameters(self):
332
else:
333
textCtrl.SetEditable(True)
334
# textCtrl.SetBackgroundColour(txtbg)
335
- textCtrl.SetBackgroundColour(wx.WHITE)
+ textCtrl.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT))
336
337
# Now the grid
338
rows = self.gridAtoms.GetNumberRows()
0 commit comments