From b589fc45d307b78fd68a8d3a816a656d1dcd41cd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Sep 2012 02:21:31 +0100 Subject: Tweaks. --- src/tools/servomatic_gui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/servomatic_gui.cc b/src/tools/servomatic_gui.cc index 1d95f498a..a151658f5 100644 --- a/src/tools/servomatic_gui.cc +++ b/src/tools/servomatic_gui.cc @@ -57,13 +57,13 @@ class StatusDialog : public wxDialog { public: StatusDialog () - : wxDialog (0, wxID_ANY, _("DVD-o-matic encode server"), wxDefaultPosition, wxSize (600, 40), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) + : wxDialog (0, wxID_ANY, _("DVD-o-matic encode server"), wxDefaultPosition, wxSize (600, 80), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) , _timer (this, ID_timer) { _sizer = new wxFlexGridSizer (1, 6, 6); _sizer->AddGrowableCol (0, 1); - _text = new wxTextCtrl (this, wxID_ANY); + _text = new wxTextCtrl (this, wxID_ANY, _(""), wxDefaultPosition, wxDefaultSize, wxTE_READONLY); _sizer->Add (_text, 1, wxEXPAND); SetSizer (_sizer); -- cgit v1.2.3