From 2355a359c7d3972e97baf575dc837e41190fe27f Mon Sep 17 00:00:00 2001 From: Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> Date: Mon, 1 Apr 2019 19:49:19 +1100 Subject: Tidy UI for Object Properties/Attributes --- src/widgets/sp-attribute-widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/sp-attribute-widget.cpp') diff --git a/src/widgets/sp-attribute-widget.cpp b/src/widgets/sp-attribute-widget.cpp index 2b6aa9bbd..91d363154 100644 --- a/src/widgets/sp-attribute-widget.cpp +++ b/src/widgets/sp-attribute-widget.cpp @@ -162,7 +162,7 @@ void SPAttributeTable::set_object(SPObject *object, for (guint i = 0; i < (attributes.size()); i++) { Gtk::Label *ll = new Gtk::Label (_(labels[i].c_str())); ll->show(); - ll->set_halign(Gtk::ALIGN_END); + ll->set_halign(Gtk::ALIGN_START); ll->set_valign(Gtk::ALIGN_CENTER); ll->set_vexpand(); #if GTKMM_CHECK_VERSION(3,12,0) -- cgit v1.2.3