public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Use the minimum size defined by the canvas
Emmanuele Bassi (author)
Thu Jun 26 02:33:47 -0700 2008
commit  8f5c3cdf4a5d92ddb8f636cd2b774bc414fe703a
tree    6cc436e757fdf265b14f0485ac88e3bcbe3a4577
parent  f99087b599e9c2562ca1a87a97217c3357ee10e8
...
53
54
55
56
57
58
59
60
 
61
62
63
...
53
54
55
 
 
56
 
 
57
58
59
60
0
@@ -53,11 +53,8 @@
0
 #include "tweet-utils.h"
0
 #include "tweet-window.h"
0
 
0
-#define CANVAS_WIDTH 350
0
-#define CANVAS_HEIGHT 500
0
 #define CANVAS_PADDING 6
0
-
0
-#define WINDOW_WIDTH (CANVAS_WIDTH + (2 * CANVAS_PADDING))
0
+#define WINDOW_WIDTH (TWEET_CANVAS_MIN_WIDTH + (2 * CANVAS_PADDING))
0
 
0
 typedef enum {
0
   TWEET_WINDOW_RECENT,

Comments

    No one has commented yet.