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.fill();
|
||||||
cr.restore();
|
cr.restore();
|
||||||
} // draw
|
} // draw
|
||||||
}; // Pie
|
}; // Pie
|
||||||
|
@ -47,10 +47,10 @@ const TeaTimePrefsWidget = new Lang.Class({
|
|||||||
|
|
||||||
this._tealist = new Gtk.ListStore();
|
this._tealist = new Gtk.ListStore();
|
||||||
this._tealist.set_column_types([
|
this._tealist.set_column_types([
|
||||||
GObject.TYPE_STRING,
|
GObject.TYPE_STRING,
|
||||||
GObject.TYPE_INT,
|
GObject.TYPE_INT,
|
||||||
Gtk.Adjustment
|
Gtk.Adjustment
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this.set_column_spacing(3);
|
this.set_column_spacing(3);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user