[iagno/arnaudb/wip/gtk4: 17/54] No more child properties.



commit 768c752c4a054fde71298d8c4ad1dd28c1d5dac9
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Feb 14 18:50:25 2020 +0100

    No more child properties.

 src/game-view.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 97fea40..dbc06b0 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -81,7 +81,7 @@ private class GameView : BaseView, AdaptativeWidget
         game_box.get_style_context ().add_class ("game-box");
 
         // for the new-game-screen-to-game animation, it is probably better to have the game under 
("uncovered")
-        game_stack.add_with_properties (game_box, "position", 0);
+        game_box.insert_after (game_stack, /* insert first */ null);
         content.can_focus = true;
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]