Ensure the madness of Windows console noises do not plague the ears of the innocent

This commit is contained in:
Craig Everett 2025-05-27 22:27:04 +09:00
parent 7f2b3c6a45
commit 558c2d6920

View File

@ -102,7 +102,7 @@ init(Prefs) ->
Labels = [J("ID"), J("Target"), J("Maps/s"), J("Candidate"), J("Height"), J("BlockHash")],
{Grid, [ID_C, DiffC, PerfC, CandyC, HeightC, BlockC]} = display_box(Frame, Labels),
Style = ?wxDEFAULT bor ?wxTE_MULTILINE bor ?wxTE_READONLY,
Style = ?wxTE_MULTILINE bor ?wxTE_READONLY,
MessSz = wxStaticBoxSizer:new(?wxVERTICAL, Frame, [{label, J("Messages")}]),
MessC = wxTextCtrl:new(Frame, ?wxID_ANY, [{style, Style}]),
_ = wxStaticBoxSizer:add(MessSz, MessC, zxw:flags(wide)),