From 233ea18a56e6cc9c6be924bbdb7453cd5db09239 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Mon, 20 Nov 2017 23:33:00 +0100 Subject: [PATCH] Last bits of beautification --- src/icon.js | 2 +- src/prefs.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/icon.js b/src/icon.js index 5e55d5f..dd5f072 100644 --- a/src/icon.js +++ b/src/icon.js @@ -147,4 +147,4 @@ const Pie = { cr.fill(); cr.restore(); } // draw -}; // Pie \ No newline at end of file +}; // Pie diff --git a/src/prefs.js b/src/prefs.js index 915ddec..9b03ae6 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -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);