diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-01-02 08:10:16 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-01-02 08:10:16 +0000 |
| commit | 93e419271061b1bcbf6869a7ac40c9e16bcc6cdc (patch) | |
| tree | c62112f9802e77684e5e1fa4be212c5995afc0bd /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ... (diff) | |
| download | inkscape-93e419271061b1bcbf6869a7ac40c9e16bcc6cdc.tar.gz inkscape-93e419271061b1bcbf6869a7ac40c9e16bcc6cdc.zip | |
Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.
(bzr r10819)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index b48022360..44a92bfae 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -95,6 +95,7 @@ LivePathEffectEditor::LivePathEffectEditor() scrolled_window.add(effectlist_view); //Only show the scrollbars when they are necessary: scrolled_window.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); + scrolled_window.set_size_request(0, 50); effectapplication_hbox.set_spacing(4); effectcontrol_vbox.set_spacing(4); |
