Skip to content

Commit

Permalink
1)Added 0xF1E0 and 0xF1E1 into dataobject_list
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-css committed Oct 19, 2022
1 parent 6ef2cfc commit 4755167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python_TrustM_GUI/tab6_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def __init__(self, parent):
textctrlfont = wx.Font()
textctrlfont.SetPointSize(11)

dataobject_list = ['F1D0','F1D1','F1D2','F1D3','F1D4','F1D5', 'F1D6', 'F1D7', 'F1D8', 'F1D9', 'F1DA', 'F1DB']
dataobject_list = ['F1D0','F1D1','F1D2','F1D3','F1D4','F1D5', 'F1D6', 'F1D7', 'F1D8', 'F1D9', 'F1DA', 'F1DB','F1E0', 'F1E1']

buttonfont = wx.Font(13, wx.ROMAN, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD)

Expand Down

0 comments on commit 4755167

Please sign in to comment.