summaryrefslogtreecommitdiff
path: root/libxfsm
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-12-21 21:50:25 +0000
committerBenedikt Meurer <benny@xfce.org>2006-12-21 21:50:25 +0000
commited0bd9e61c3094a9997be7325fcc7318b442b1db (patch)
tree4321b9a4445fc2fc942fc0323ff56fbae23dab95 /libxfsm
parente6e2b568f96494f977a3b91dc4ba3e9162c72d02 (diff)
downloadxfce4-session-ed0bd9e61c3094a9997be7325fcc7318b442b1db.tar.gz
2006-12-21 Benedikt Meurer <benny@xfce.org>
* libxfsm/xfsm-util.c, xfce4-session/shutdown.c: Apply Jasper's patch to drop the old-style header from the logout dialog. Bug #2653. * xfce4-session/xfsm-fadeout.c: Use Xrender to fadeout the background if cairo is available, as it gives better results. (Old svn revision: 24158)
Diffstat (limited to 'libxfsm')
-rw-r--r--libxfsm/xfsm-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxfsm/xfsm-util.c b/libxfsm/xfsm-util.c
index fd1fd473..88c563a7 100644
--- a/libxfsm/xfsm-util.c
+++ b/libxfsm/xfsm-util.c
@@ -215,7 +215,7 @@ xfsm_window_add_border (GtkWindow *window)
gtk_widget_show (box2);
gtk_container_add (GTK_CONTAINER (box1), box2);
- gtk_container_set_border_width (GTK_CONTAINER (box2), 3);
+ gtk_container_set_border_width (GTK_CONTAINER (box2), 6);
gtk_widget_reparent (GTK_BIN (window)->child, box2);
gtk_container_add (GTK_CONTAINER (window), box1);