diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-02-12 14:39:00 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-02-12 14:39:00 +0000 |
| commit | c44401899874178e4489e35e633dc677c799efe7 (patch) | |
| tree | 97e51782f82b0c911bb8d08e4206e925264a4685 /src/extension/implementation | |
| parent | Header cleaning (diff) | |
| download | inkscape-c44401899874178e4489e35e633dc677c799efe7.tar.gz inkscape-c44401899874178e4489e35e633dc677c799efe7.zip | |
Fix for 911079 : Error messages from Extensions hidden
(bzr r10964)
Diffstat (limited to 'src/extension/implementation')
| -rw-r--r-- | src/extension/implementation/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 08df60d45..48426967f 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -871,6 +871,7 @@ void Script::checkStderr (const Glib::ustring &data, scrollwindow->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); scrollwindow->set_shadow_type(Gtk::SHADOW_IN); scrollwindow->show(); + scrollwindow->set_size_request(0, 60); vbox->pack_start(*scrollwindow, true, true, 5 /* fix these */); |
