diff options
Diffstat (limited to 'src/extension/param/float.cpp')
| -rw-r--r-- | src/extension/param/float.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/float.cpp b/src/extension/param/float.cpp index 29b13eef3..b9a723eea 100644 --- a/src/extension/param/float.cpp +++ b/src/extension/param/float.cpp @@ -175,7 +175,7 @@ Gtk::Widget * ParamFloat::get_widget(SPDocument * doc, Inkscape::XML::Node * nod Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); - Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_LEFT)); + Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_START)); label->show(); hbox->pack_start(*label, true, true, _indent); |
