config #2
@ -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)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user