=== modified file 'src/ui/dialog/object-properties.cpp' --- src/ui/dialog/object-properties.cpp 2012-08-08 20:13:11 +0000 +++ src/ui/dialog/object-properties.cpp 2012-09-14 15:35:54 +0000 @@ -149,7 +149,7 @@ /* Create the entry box for the object title */ EntryTitle.set_sensitive (FALSE); EntryTitle.set_max_length (256); - TopTable.attach (EntryTitle, 1, 3, 2, 3, + TopTable.attach (EntryTitle, 1, 2, 2, 3, Gtk::EXPAND | Gtk::FILL, Gtk::AttachOptions(), 0, 0 ); LabelTitle.set_mnemonic_widget (EntryTitle);