diff options
| -rw-r--r-- | src/extension/param/description.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/param/description.cpp b/src/extension/param/description.cpp index 154c172df..60e2d02c8 100644 --- a/src/extension/param/description.cpp +++ b/src/extension/param/description.cpp @@ -108,11 +108,7 @@ ParamDescription::get_widget (SPDocument * /*doc*/, Inkscape::XML::Node * /*node label->set_text(newtext); } label->set_line_wrap(); -#if (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION >= 16) label->set_xalign(0); -#else - label->set_alignment(Gtk::ALIGN_START); -#endif // 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 |
