--- vlc-0.8.6.a.debian/modules/gui/wxwidgets/interface.cpp 2007-01-03 19:27:56.000000000 +0100 +++ vlc-0.8.6.a.debian.new/modules/gui/wxwidgets/interface.cpp 2007-03-18 16:41:52.000000000 +0100 @@ -418,7 +418,7 @@ /* Creation of the status bar * Helptext for menu items and toolbar tools will automatically get * displayed here. */ - int i_status_width[3] = {100, 40, -1}; + int i_status_width[3] = {150, 55, -1}; statusbar = CreateStatusBar( 3 ); /* 2 fields */ statusbar->SetStatusWidths( 3, i_status_width ); statusbar->SetStatusText( wxString::Format(wxT("x%.2f"), 1.0), 1 );