diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 16:14:39 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 16:14:39 +0000 |
| commit | 558941d03a4a9fe22de92952334f2ed3724e93f5 (patch) | |
| tree | 8e52a2ce7391effebfe630a93563a83eba72b750 /src/ui/widget/entity-entry.cpp | |
| parent | Drop GdkWindow update stuff. Now handled automatically (diff) | |
| download | inkscape-558941d03a4a9fe22de92952334f2ed3724e93f5.tar.gz inkscape-558941d03a4a9fe22de92952334f2ed3724e93f5.zip | |
Update for Gtk alignment changes
Diffstat (limited to 'src/ui/widget/entity-entry.cpp')
| -rw-r--r-- | src/ui/widget/entity-entry.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/widget/entity-entry.cpp b/src/ui/widget/entity-entry.cpp index 381f0a2e1..fddd7ae1d 100644 --- a/src/ui/widget/entity-entry.cpp +++ b/src/ui/widget/entity-entry.cpp @@ -62,8 +62,9 @@ EntityEntry::create (rdf_work_entity_t* ent, Registry& wr) } EntityEntry::EntityEntry (rdf_work_entity_t* ent, Registry& wr) -: _label(Glib::ustring(_(ent->title)), 1.0, 0.5), _packable(0), - _entity(ent), _wr(&wr) + : _label(Glib::ustring(_(ent->title)), Gtk::ALIGN_END), + _packable(0), + _entity(ent), _wr(&wr) { } |
