mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Allow reordering of entries in the settings dialog via drag and drop
This commit is contained in:
parent
2a053cf4ea
commit
5a586e8d6f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user