[notification-daemon] Use the same image size in the theme as in the daemon



commit 23e7cc40c039118880332e33d4ab1d2bc4a8b26e
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Jan 29 03:31:35 2010 -0500

    Use the same image size in the theme as in the daemon
    
    Use 48px in both places

 src/themes/slider/theme.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c
index a861989..3f7f8f8 100644
--- a/src/themes/slider/theme.c
+++ b/src/themes/slider/theme.c
@@ -26,8 +26,6 @@
 typedef void (*ActionInvokedCb) (GtkWindow *nw, const char *key);
 typedef void (*UrlClickedCb)    (GtkWindow *nw, const char *url);
 
-#define MAX_ICON_SIZE 48
-
 typedef struct
 {
         GtkWidget *win;
@@ -67,13 +65,15 @@ enum {
 #define DEFAULT_X0    0
 #define DEFAULT_Y0    0
 #define DEFAULT_RADIUS 16
-#define IMAGE_SIZE    32
+#define IMAGE_SIZE    48
 #define PIE_RADIUS    12
 #define PIE_WIDTH     (2 * PIE_RADIUS)
 #define PIE_HEIGHT    (2 * PIE_RADIUS)
 #define BODY_X_OFFSET (IMAGE_SIZE + 8)
 #define BACKGROUND_ALPHA    0.90
 
+#define MAX_ICON_SIZE IMAGE_SIZE
+
 #if GTK_CHECK_VERSION(2, 10, 0)
 # define USE_COMPOSITE
 #endif



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