[gnome-nibbles/arnaudb/wip/gtk4: 36/62] Fix controls order.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/arnaudb/wip/gtk4: 36/62] Fix controls order.
- Date: Fri, 19 Jun 2020 14:55:03 +0000 (UTC)
commit 8f692f87e992ebb7e19976f390eaaa85406074af
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Jun 15 19:12:30 2020 +0200
Fix controls order.
src/controls.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/controls.vala b/src/controls.vala
index 4ec3ba8..51a9d3a 100644
--- a/src/controls.vala
+++ b/src/controls.vala
@@ -49,7 +49,7 @@ private class Controls : Box
WormProperties worm_prop = worm_props.@get (worm);
var grid = new ControlsGrid (worm.id, worm_prop, arrow_pixbuf, arrow_key_pixbuf);
- grid.insert_after (grids_box, /* insert first */ null);
+ grid.insert_before (grids_box, /* insert last */ null);
grids.add (grid);
check_for_duplicates (worm_prop.up, ref encountered_keys, ref duplicate_keys);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]