diff --git a/src/prefs.js b/src/prefs.js index 9b03ae6..2e99a59 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -124,6 +124,7 @@ const TeaTimePrefsWidget = new Lang.Class({ model: this._tealist, expand: true }); + this.treeview.set_reorderable(true); this.treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE); this.attach(this.treeview, 0, curRow, 3, 1); curRow += 1;