[gnome-nibbles/arnaudb/wip/gtk4: 156/188] Fix controls order.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/arnaudb/wip/gtk4: 156/188] Fix controls order.
- Date: Fri, 2 Oct 2020 15:55:21 +0000 (UTC)
commit f5033468d5f2127b232cb165854c74fd25f356f2
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 aa9af2c..2349b4a 100644
--- a/src/controls.vala
+++ b/src/controls.vala
@@ -47,7 +47,7 @@ private class Controls : Box
WormProperties worm_prop = worm_props.@get (worm);
var grid = new ControlsGrid (worm.id, worm_prop, arrow_pixbuf);
- grids_box.prepend (grid);
+ grids_box.append (grid);
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]