[StTable] fix x-align/y-align properties to be StAlign, not double

This puts it in sync with StBin and StBoxLayout

https://bugzilla.gnome.org/show_bug.cgi?id=609848
This commit is contained in:
Dan Winship
2010-02-15 12:08:45 -05:00
parent 4749393ab5
commit f52744cfbc
6 changed files with 32 additions and 66 deletions

View File

@ -220,7 +220,7 @@ Notification.prototype = {
let box = new St.BoxLayout({ name: 'notification-actions' });
this.addActor(box, { x_expand: false,
x_fill: false,
x_align: 1.0 });
x_align: St.Align.END });
this._actionBox = box;
}