diff options
author | Elias Aebi <[email protected]> | 2013-11-07 19:03:40 +0100 |
---|---|---|
committer | Elias Aebi <[email protected]> | 2013-11-07 19:03:40 +0100 |
commit | 6292aceba15b9e5806602f35b08ae2e0e357c1f7 (patch) | |
tree | 4ce82f8bf8dab375f30e03597fb645794c759e11 /src | |
parent | 37316d8567823eba233e347a42e2886a9475715f (diff) | |
download | caja-6292aceba15b9e5806602f35b08ae2e0e357c1f7.tar.bz2 caja-6292aceba15b9e5806602f35b08ae2e0e357c1f7.tar.xz |
remove the border of the zoom control
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-zoom-action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-zoom-action.c b/src/caja-zoom-action.c index 4f1ea786..cd54fee9 100644 --- a/src/caja-zoom-action.c +++ b/src/caja-zoom-action.c @@ -90,7 +90,6 @@ connect_proxy (GtkAction *action, GtkWidget *zoom_control; zoom_control = caja_zoom_control_new (); - gtk_container_set_border_width (GTK_CONTAINER (item), 4); gtk_container_add (GTK_CONTAINER (item), zoom_control); gtk_widget_show (zoom_control); |