[network-manager-netbook] Add padding to the expanded window, just like other mutter "popdowns".



commit ef73828daebb66b6d9011d3b1607ce118ee2c99a
Author: Tambet Ingo <tambet gmail com>
Date:   Fri May 29 11:07:18 2009 +0300

    Add padding to the expanded window, just like other mutter "popdowns".
---
 src/nmn-plug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/nmn-plug.c b/src/nmn-plug.c
index 5fa1fb9..1e93feb 100644
--- a/src/nmn-plug.c
+++ b/src/nmn-plug.c
@@ -12,7 +12,7 @@ typedef struct {
     gboolean disposed;
 } NmnPlugPrivate;
 
-#define PADDING 0
+#define PADDING 4
 
 GtkWidget *
 nmn_plug_new (void)



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