07/11/23 17:58:42 51iwq7Mt0
>>148
untTopicBrowser.pas
function TTopicBrowser.ChangePopup(const statusText: string): boolean;の
//レスのポップアップ表示 の下にある
ToolTip.SetHint(msgText); の下に
ToolTip.Color := $00EEFFFF; を追加。($00EEFFFFが指定色。)
2.
untBoardListView.pasの
procedure TBoardListView.BoardListViewCustomDrawItem(Sender: TCustomListView; Item: TListItem; State: TCustomDrawState; var DefaultDraw: Boolean);
の最後 end; の上に Font.Size := 11; を追加。(数字がフォントの大きさ)