[quadrapassel] Reduced the size of the border so shapes start at the top of the playing area



commit 984bd4fabb29ff6321f4f4182942fc1cfd6fb9f0
Author: John Ward <john johnward net>
Date:   Wed May 26 19:10:17 2021 +0100

    Reduced the size of the border so shapes start at the top of the playing area

 src/quadrapassel.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/quadrapassel.vala b/src/quadrapassel.vala
index 0fa19af..1ef47fc 100644
--- a/src/quadrapassel.vala
+++ b/src/quadrapassel.vala
@@ -141,7 +141,7 @@ public class Quadrapassel : Gtk.Application
         var game_aspect = new Gtk.AspectFrame (null, 0.5f, 0.5f, 10.0f/20.0f, false); // change to 10 from 14
         game_aspect.show ();
         game_aspect.add (view);
-        game_aspect.border_width = 12;
+        game_aspect.border_width = 1;
         game_grid.attach (game_aspect, 0, 1, 2, 17);
 
         pause_play_button = new Gtk.Button ();


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