[gnome-games] aisleriot: Set card-overhang to 0. by default



commit eb5460956931cfe24950a26509a5f7f1e6fd771a
Author: Christian Persch <chpe gnome org>
Date:   Sun Jan 3 18:08:23 2010 +0100

    aisleriot: Set card-overhang to 0. by default
    
    Don't make cards hang off of the bottom of the screen; this is just
    confusing.

 aisleriot/ar-style-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/aisleriot/ar-style-private.h b/aisleriot/ar-style-private.h
index 4ca7340..7f27db4 100644
--- a/aisleriot/ar-style-private.h
+++ b/aisleriot/ar-style-private.h
@@ -31,7 +31,7 @@ static const GdkColor default_selection_color = { 0, 0 /* red */, 0 /* green */,
 #endif
 #endif /* !DEFAULT_CARD_SLOT_RATIO */
 
-#define DEFAULT_CARD_OVERHANG (0.8)
+#define DEFAULT_CARD_OVERHANG (0.0)
 
 struct _ArStylePrivate
 {



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