- column1->Add( m_text, 0, wxALL, 10 );
- column1->Add( m_password, 0, wxALL, 10 );
- column1->Add( m_readonly, 0, wxALL, 10 );
- column1->Add( m_limited, 0, wxALL, 10 );
+ column1->Add( m_text, 0, wxALL | wxEXPAND, 10 );
+ column1->Add( m_password, 0, wxALL | wxEXPAND, 10 );
+ column1->Add( m_readonly, 0, wxALL | wxEXPAND, 10 );
+ column1->Add( m_limited, 0, wxALL | wxEXPAND, 10 );