]> git.sesse.net Git - vlc/commitdiff
Wx - Increase the time display. Close #1116. Does not happen in Qt4.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Apr 2007 11:37:17 +0000 (11:37 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Apr 2007 11:37:17 +0000 (11:37 +0000)
modules/gui/wxwidgets/interface.cpp

index cceb843edc3098d45b15c8818dae18f1f0a9b316..7feefd61e74d49ac7cb4367466c08fbc240a150c 100644 (file)
@@ -424,7 +424,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ):
     /* 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 );