diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-13 01:39:21 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-13 01:39:21 +0000 |
| commit | c85e99bd33de9d7d2129bf21cd29cca9f4c50f79 (patch) | |
| tree | 2f7bdb366e7042e51579c72252824bc8aff5740a /src/extension/param/int.cpp | |
| parent | Extensions: Harmonize appearance and try to simplify layouting a bit (diff) | |
| download | inkscape-c85e99bd33de9d7d2129bf21cd29cca9f4c50f79.tar.gz inkscape-c85e99bd33de9d7d2129bf21cd29cca9f4c50f79.zip | |
Extensions: Make "int" and "float" parameters specifying 'appearance="full"'expand in horizontal direction when the window is expanded
(bzr r15510)
Diffstat (limited to 'src/extension/param/int.cpp')
| -rw-r--r-- | src/extension/param/int.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/int.cpp b/src/extension/param/int.cpp index 24b1390d1..ba51df2a3 100644 --- a/src/extension/param/int.cpp +++ b/src/extension/param/int.cpp @@ -165,7 +165,7 @@ ParamInt::get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::signal UI::Widget::SpinScale *scale = new UI::Widget::SpinScale(_(_text), fadjust, 0); scale->set_size_request(400, -1); scale->show(); - hbox->pack_start(*scale, false, false); + hbox->pack_start(*scale, true, true); } else if (_mode == MINIMAL) { |
