Skip to content

Commit bd3373e

Browse files
committed
change background color to match system
1 parent 5e5cc7f commit bd3373e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/pdfgui/gui/phaseconfigurepanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def restrictConstrainedParameters(self):
332332
else:
333333
textCtrl.SetEditable(True)
334334
# textCtrl.SetBackgroundColour(txtbg)
335-
textCtrl.SetBackgroundColour(wx.WHITE)
335+
textCtrl.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT))
336336

337337
# Now the grid
338338
rows = self.gridAtoms.GetNumberRows()

0 commit comments

Comments
 (0)