[gnome-games] aisleriot: Increase card-slot-ratio



commit 6cd726af25ce17102cf7e34acf5cb8bd0b411d61
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 28 14:31:17 2010 +0200

    aisleriot: Increase card-slot-ratio
    
    Make the cards bigger by default.

 aisleriot/ar-style-private.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/aisleriot/ar-style-private.h b/aisleriot/ar-style-private.h
index b61c26c..6ff4917 100644
--- a/aisleriot/ar-style-private.h
+++ b/aisleriot/ar-style-private.h
@@ -25,13 +25,13 @@ static const GdkColor default_baize_color = { 0, 0 /* red */, 0x5000 /* green */
 
 /* The proportion of a slot dedicated to the card (horiz or vert). */
 #ifdef HAVE_HILDON
-#define DEFAULT_CARD_SLOT_RATIO (0.9)
 #define DEFAULT_CARD_OVERHANG (0.5)
 #else
-#define DEFAULT_CARD_SLOT_RATIO (0.8)
 #define DEFAULT_CARD_OVERHANG (0.0)
 #endif
 
+#define DEFAULT_CARD_SLOT_RATIO (0.95)
+
 #define MIN_CARD_STEP (0.0)
 #define MAX_CARD_STEP (1.0) /* FIXMEchpe: allow values > 1.0 here? */
 #define DEFAULT_CARD_STEP (0.2)



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