Commit 822000a1 authored by Antoine Cellerier's avatar Antoine Cellerier

use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is

full of \n)
parent cf6397c8
......@@ -145,7 +145,7 @@ wxPanel *ItemInfoDialog::InfoPanel( wxWindow* parent )
info_tree = new wxTreeCtrl( info_panel, -1, wxDefaultPosition,
wxSize(220,200),
wxSUNKEN_BORDER |wxTR_HAS_BUTTONS |
wxTR_HIDE_ROOT );
wxTR_HIDE_ROOT | wxTR_HAS_VARIABLE_ROW_HEIGHT );
sizer->Layout();
box_sizer->Add( sizer, 0, wxEXPAND, 5 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment