[epiphany] Expand firefox sync web view
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Expand firefox sync web view
- Date: Sat, 25 Jan 2020 16:19:41 +0000 (UTC)
commit 4f88d27abad555652825f0e25a36fe193c1b4870
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Sat Jan 25 12:56:54 2020 +0100
Expand firefox sync web view
src/prefs-dialog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 579e9f3b9..02805bc5a 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -605,8 +605,8 @@ sync_setup_firefox_iframe (PrefsDialog *dialog)
"user-content-manager", dialog->fxa_manager,
"settings", ephy_embed_prefs_get_settings (),
"web-context", sync_context,
- "height-request", 450,
NULL));
+ gtk_widget_set_vexpand (GTK_WIDGET (dialog->fxa_web_view), TRUE);
gtk_widget_set_visible (GTK_WIDGET (dialog->fxa_web_view), TRUE);
frame = gtk_frame_new (NULL);
gtk_widget_set_visible (frame, TRUE);
@@ -614,7 +614,7 @@ sync_setup_firefox_iframe (PrefsDialog *dialog)
GTK_WIDGET (dialog->fxa_web_view));
gtk_box_pack_start (GTK_BOX (dialog->sync_firefox_iframe_box),
frame,
- FALSE, FALSE, 0);
+ TRUE, TRUE, 0);
g_object_unref (sync_context);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]