config #2

Merged
zxq9 merged 8 commits from config into master 2025-05-27 23:15:20 +09:00
Showing only changes of commit 558c2d6920 - Show all commits

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)),