diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2017-02-26 17:31:58 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2017-02-26 17:31:58 +0000 |
| commit | 80cdddd1120a4922257039847978f50d660f31f2 (patch) | |
| tree | 51650dd96ccfe3c5d55c6cbe31e56bdd1181f658 /src/extension/param/description.cpp | |
| parent | Don't block data entry into the text-tool font-size entry widget after an emp... (diff) | |
| download | inkscape-80cdddd1120a4922257039847978f50d660f31f2.tar.gz inkscape-80cdddd1120a4922257039847978f50d660f31f2.zip | |
Gtk+ 3 deprecation fixes
(bzr r15547)
Diffstat (limited to 'src/extension/param/description.cpp')
| -rw-r--r-- | src/extension/param/description.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/description.cpp b/src/extension/param/description.cpp index 7cf818280..d0698a00e 100644 --- a/src/extension/param/description.cpp +++ b/src/extension/param/description.cpp @@ -88,7 +88,7 @@ ParamDescription::get_widget (SPDocument * /*doc*/, Inkscape::XML::Node * /*node } label->set_line_wrap(); //label->set_xalign(0); // requires gtkmm 3.16 - label->set_alignment(Gtk::ALIGN_START); + label->set_halign(Gtk::ALIGN_START); // TODO: Ugly "fix" for gtk3 width/height calculation of labels. // - If not applying any limits long labels will make the window grow horizontally until it uses up |
