tazweb diff src/main.c @ rev 36

Up doc for new bookmarks support ans small ui ajustment (vbox border)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 01:13:27 2011 +0200 (2011-04-15)
parents db6bb81f702f
children 74112b613920
line diff
     1.1 --- a/src/main.c	Fri Apr 15 00:22:20 2011 +0200
     1.2 +++ b/src/main.c	Fri Apr 15 01:13:27 2011 +0200
     1.3 @@ -237,7 +237,7 @@
     1.4      if (!g_thread_supported ())
     1.5          g_thread_init (NULL);
     1.6  
     1.7 -    GtkWidget* vbox = gtk_vbox_new (FALSE, 0);
     1.8 +    GtkWidget* vbox = gtk_vbox_new (FALSE, 2);
     1.9      gtk_box_pack_start (GTK_BOX (vbox), create_browser (), TRUE, TRUE, 0);
    1.10      gtk_box_pack_start (GTK_BOX (vbox), create_toolbar (), FALSE, FALSE, 0);
    1.11