Commit 26530642 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/gui/wxwidgets/interface.cpp: Revert [20519] as time display is a bit...

* modules/gui/wxwidgets/interface.cpp: Revert [20519] as time display is a bit too wide now (at least on XP, the defaults were fine). Needs more tweaking to be properly backported.
parent 651b0263
......@@ -418,7 +418,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] = {150, 55, -1};
int i_status_width[3] = {100, 40, -1};
statusbar = CreateStatusBar( 3 ); /* 2 fields */
statusbar->SetStatusWidths( 3, i_status_width );
statusbar->SetStatusText( wxString::Format(wxT("x%.2f"), 1.0), 1 );
......
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