summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.cpp
diff options
context:
space:
mode:
authorNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-04-01 08:49:19 +0000
committerNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-04-02 08:55:59 +0000
commit2355a359c7d3972e97baf575dc837e41190fe27f (patch)
treed17aa0d8822634b16e87c2f229155d9df0304a01 /src/widgets/sp-attribute-widget.cpp
parentTidy various dialog UIs (diff)
downloadinkscape-2355a359c7d3972e97baf575dc837e41190fe27f.tar.gz
inkscape-2355a359c7d3972e97baf575dc837e41190fe27f.zip
Tidy UI for Object Properties/Attributes
Diffstat (limited to 'src/widgets/sp-attribute-widget.cpp')
-rw-r--r--src/widgets/sp-attribute-widget.cpp2
1 files changed, 1 insertions, 1 deletions
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)