Default column widths adjusted to better fit the content initially
This commit is contained in:
parent
3dd8f26c94
commit
249c4db1de
@ -164,11 +164,11 @@ wxETWListCtrl::wxETWListCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos
|
|||||||
m_rec_idx(wxETWEVENT_RECORDS_MAX),
|
m_rec_idx(wxETWEVENT_RECORDS_MAX),
|
||||||
wxListCtrl(parent, id, pos, size, style, validator, name)
|
wxListCtrl(parent, id, pos, size, style, validator, name)
|
||||||
{
|
{
|
||||||
this->AppendColumn(_("Time" ), wxLIST_FORMAT_LEFT, 100);
|
this->AppendColumn(_("Time" ), wxLIST_FORMAT_LEFT, 160);
|
||||||
this->AppendColumn(_("PID" ), wxLIST_FORMAT_LEFT, 50 );
|
this->AppendColumn(_("PID" ), wxLIST_FORMAT_LEFT, 50);
|
||||||
this->AppendColumn(_("TID" ), wxLIST_FORMAT_LEFT, 50 );
|
this->AppendColumn(_("TID" ), wxLIST_FORMAT_LEFT, 50);
|
||||||
this->AppendColumn(_("Source"), wxLIST_FORMAT_LEFT, 100);
|
this->AppendColumn(_("Source"), wxLIST_FORMAT_LEFT, 80);
|
||||||
this->AppendColumn(_("Event" ), wxLIST_FORMAT_LEFT, wxLIST_AUTOSIZE_USEHEADER);
|
this->AppendColumn(_("Event" ), wxLIST_FORMAT_LEFT, 350);
|
||||||
|
|
||||||
// Maximum expected column widths for pre-formatted row display
|
// Maximum expected column widths for pre-formatted row display
|
||||||
m_col_format_width[0] = 26;
|
m_col_format_width[0] = 26;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user