aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-08 08:07:31 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-08 08:07:31 +0800
commit9d4d228fb605633ad54f9935bc3905fb16e50677 (patch)
tree35704ee31e1a3a35d6ab000fce2c3b7fe1e6ab19 /lib/egg
parent07f599e4b4e2ec6e9e9636d6efd8083a1217a97c (diff)
downloadgsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.tar
gsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.tar.gz
gsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.tar.bz2
gsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.tar.lz
gsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.tar.xz
gsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.tar.zst
gsoc2013-epiphany-9d4d228fb605633ad54f9935bc3905fb16e50677.zip
Better toolbar appeareance. More clear buttons labels on resume dialog.
2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/eggtoolbar.c: (egg_toolbar_init): * src/session.c: (crashed_resume_dialog): Better toolbar appeareance. More clear buttons labels on resume dialog.
Diffstat (limited to 'lib/egg')
-rw-r--r--lib/egg/eggtoolbar.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/egg/eggtoolbar.c b/lib/egg/eggtoolbar.c
index ac351194e..4f583fc14 100644
--- a/lib/egg/eggtoolbar.c
+++ b/lib/egg/eggtoolbar.c
@@ -33,7 +33,7 @@
#include <gtk/gtkradiobutton.h>
#include <gtk/gtktoolbar.h>
-#define DEFAULT_IPADDING 0
+#define DEFAULT_IPADDING 2
#define DEFAULT_SPACE_SIZE 5
#define DEFAULT_SPACE_STYLE GTK_TOOLBAR_SPACE_LINE
@@ -314,8 +314,6 @@ egg_toolbar_init (EggToolbar *toolbar)
GTK_WIDGET_SET_FLAGS (toolbar, GTK_NO_WINDOW);
GTK_WIDGET_UNSET_FLAGS (toolbar, GTK_CAN_FOCUS);
- gtk_container_set_border_width (GTK_CONTAINER (toolbar), 1);
-
priv = g_new0 (EggToolbarPrivate, 1);
g_object_set_data (G_OBJECT (toolbar), PRIVATE_KEY, priv);