mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Last bits of beautification
This commit is contained in:
parent
517445f2aa
commit
233ea18a56
@ -147,4 +147,4 @@ const Pie = {
|
||||
cr.fill();
|
||||
cr.restore();
|
||||
} // draw
|
||||
}; // Pie
|
||||
}; // Pie
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user