summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-16 19:03:34 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-16 19:03:34 (EDT)
commit9cce6e8f8d3d2c0e7019a31e400bd8b2e54b0e00 (patch)
tree6f341386a5a1c87d4e32f91bb42b49fbc1015798 /src
parent3a09b3604aaef9019c8696b92ffc1e783203e80d (diff)
downloadmarquee-9cce6e8f8d3d2c0e7019a31e400bd8b2e54b0e00.zip
marquee-9cce6e8f8d3d2c0e7019a31e400bd8b2e54b0e00.tar.gz
marquee-9cce6e8f8d3d2c0e7019a31e400bd8b2e54b0e00.tar.bz2
mq_tab_chrome_new(): Expand location bar
Diffstat (limited to 'src')
-rw-r--r--src/tab-chrome.c2
1 files changed, 2 insertions, 0 deletions
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;
}