[five-or-more/arnaudb/gtk3: 6/24] Revert "Adapt to Box API."




commit 3b9c325f485bb55833e3e553e2ed1d95d1b71e8d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Oct 22 17:27:32 2020 +0200

    Revert "Adapt to Box API."
    
    This reverts commit 4a6b52e6c85681079415429006841705b74f34d9.

 src/window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/window.vala b/src/window.vala
index 10a318a..b3e2887 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -106,7 +106,7 @@ private class GameWindow : ApplicationWindow
             maximize ();
 
         NextPiecesWidget next_pieces_widget = new NextPiecesWidget (settings, game, theme);
-        preview_hbox.prepend (next_pieces_widget);
+        preview_hbox.pack_start (next_pieces_widget);
 
         game.notify["score"].connect ((s, p) => { set_status_message 
(status[StatusMessage.NONE].printf(game.score)); });
         game.notify["status-message"].connect ((s, p) => { set_status_message 
(status[game.status_message].printf(game.score)); });


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