[ease] Downsize master base resolution to 800x600, which is easier to work with in one's head.



commit e04dbdd4180de796da503e37306c2e06f161a7fd
Author: Nate Stedman <natesm gmail com>
Date:   Wed Jun 9 23:01:19 2010 -0400

    Downsize master base resolution to 800x600, which is easier to work with in one's head.

 src/MasterElement.vala  |    4 ++--
 themes/Pink/Theme.json  |    2 +-
 themes/White/Theme.json |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/MasterElement.vala b/src/MasterElement.vala
index 65a67d8..23617ad 100644
--- a/src/MasterElement.vala
+++ b/src/MasterElement.vala
@@ -50,8 +50,8 @@
  */
 public class Ease.MasterElement : Element
 {
-	private const float WIDTH = 1024;
-	private const float HEIGHT = 768;
+	private const float WIDTH = 800;
+	private const float HEIGHT = 600;
 
 	/**
 	 * If the Element should maintain "top" when resized.
diff --git a/themes/Pink/Theme.json b/themes/Pink/Theme.json
index f8f0d97..a34c60c 100644
--- a/themes/Pink/Theme.json
+++ b/themes/Pink/Theme.json
@@ -24,7 +24,7 @@
           "left" : "30",
           "right" : "30",
           "top" : "30",
-          "bottom" : "678",
+          "bottom" : "510",
           "bind_left" : "true",
           "bind_right" : "true",
           "bind_top" : "true",
diff --git a/themes/White/Theme.json b/themes/White/Theme.json
index dfa7d2e..61ac5dd 100644
--- a/themes/White/Theme.json
+++ b/themes/White/Theme.json
@@ -25,7 +25,7 @@
           "left" : "30",
           "right" : "30",
           "top" : "30",
-          "bottom" : "678",
+          "bottom" : "510",
           "bind_left" : "true",
           "bind_right" : "true",
           "bind_top" : "true",



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