From 9cce6e8f8d3d2c0e7019a31e400bd8b2e54b0e00 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Sep 2017 19:03:34 -0400 Subject: mq_tab_chrome_new(): Expand location bar --- (limited to 'src') diff --git a/src/tab-chrome.c b/src/tab-chrome.c index 796b633..f4954f0 100644 --- a/src/tab-chrome.c +++ b/src/tab-chrome.c @@ -51,8 +51,10 @@ mq_tab_chrome_new(gchar *uri) "URI..."); gtk_container_add(GTK_CONTAINER(location_bar_container), chrome->location_bar); + gtk_tool_item_set_expand(location_bar_container, TRUE); gtk_toolbar_insert(GTK_TOOLBAR(chrome->container), location_bar_container, -1); + gtk_widget_set_hexpand(chrome->container, TRUE); return chrome; } -- cgit v0.9.1