Remove the resize grip from the statusbar

This commit is contained in:
Pierre Pronchery 2015-04-24 19:24:38 +02:00
parent 383014c0a0
commit 506118e68e

View File

@ -827,6 +827,7 @@ int vncviewer(gchar ** args)
gtk_menu_item_set_submenu(GTK_MENU_ITEM(help), submenu);
statusbar = gtk_statusbar_new();
gtk_statusbar_set_has_resize_grip(GTK_STATUSBAR(statusbar), FALSE);
#if WITH_LIBVIEW
ViewAutoDrawer_SetActive(VIEW_AUTODRAWER(layout), FALSE);