Last bits of beautification

This commit is contained in:
Olaf Leidinger 2017-11-20 23:33:00 +01:00
parent 517445f2aa
commit 233ea18a56
2 changed files with 5 additions and 5 deletions

View File

@ -147,4 +147,4 @@ const Pie = {
cr.fill();
cr.restore();
} // draw
}; // Pie
}; // Pie

View File

@ -47,10 +47,10 @@ const TeaTimePrefsWidget = new Lang.Class({
this._tealist = new Gtk.ListStore();
this._tealist.set_column_types([
GObject.TYPE_STRING,
GObject.TYPE_INT,
Gtk.Adjustment
]);
GObject.TYPE_STRING,
GObject.TYPE_INT,
Gtk.Adjustment
]);
this.set_column_spacing(3);