]> git.armaanb.net Git - chorizo.git/commitdiff
UI tweaks
authorPeter Hofmann <scm@uninformativ.de>
Sat, 14 Jun 2014 15:52:14 +0000 (17:52 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sat, 14 Jun 2014 15:53:34 +0000 (17:53 +0200)
zea.c

diff --git a/zea.c b/zea.c
index d10d8928d83079b42408e9c0c8b354046c51eeb1..79e14ccce2ad9eb32ec76fbbc4d4f38dff53a1b1 100644 (file)
--- a/zea.c
+++ b/zea.c
@@ -253,8 +253,9 @@ zea_new_client(const gchar *uri)
                         G_CALLBACK(zea_location_key), c);
 
        c->status = gtk_statusbar_new();
+       gtk_statusbar_set_has_resize_grip(GTK_STATUSBAR(c->status), FALSE);
 
-       c->vbox = gtk_vbox_new(FALSE, 0);
+       c->vbox = gtk_vbox_new(FALSE, 2);
        gtk_box_pack_start(GTK_BOX(c->vbox), c->location, FALSE, FALSE, 0);
        gtk_container_add(GTK_CONTAINER(c->vbox), c->scroll);
        gtk_box_pack_end(GTK_BOX(c->vbox), c->status, FALSE, FALSE, 0);