File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -458,10 +458,10 @@ void GraphicPacksWindow2::OnTreeSelectionChanged(wxTreeEvent& event)
458
458
459
459
m_shown_graphic_pack = gp;
460
460
461
- m_graphic_pack_name->Wrap (m_graphic_pack_name->GetParent ()->GetClientSize ().GetWidth () - 10 );
461
+ m_graphic_pack_name->Wrap (m_graphic_pack_name->GetParent ()->GetClientSize ().GetWidth () - 20 );
462
462
m_graphic_pack_name->GetGrandParent ()->Layout ();
463
463
464
- m_graphic_pack_description->Wrap (m_graphic_pack_description->GetParent ()->GetClientSize ().GetWidth () - 10 );
464
+ m_graphic_pack_description->Wrap (m_graphic_pack_description->GetParent ()->GetClientSize ().GetWidth () - 20 );
465
465
m_graphic_pack_description->GetGrandParent ()->Layout ();
466
466
467
467
m_right_panel->FitInside ();
You can’t perform that action at this time.
0 commit comments