[epiphany/gnome-2-30] Make the inspector window bigger
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-2-30] Make the inspector window bigger
- Date: Mon, 30 Aug 2010 21:02:48 +0000 (UTC)
commit afcd1530536d07adce3283aa7393e498853b74c8
Author: Gustavo Noronha Silva <gustavo noronha collabora co uk>
Date: Wed Aug 11 09:44:04 2010 -0300
Make the inspector window bigger
Its current size is not very helpful, and causes a small part of the
inspector to be cut off horizontally.
Bug #626625
embed/ephy-embed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 5753820..dab61c1 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -1054,7 +1054,7 @@ ephy_embed_constructed (GObject *object)
gtk_window_set_title (GTK_WINDOW (embed->priv->inspector_window),
_("Web Inspector"));
gtk_window_set_default_size (GTK_WINDOW (embed->priv->inspector_window),
- 600, 400);
+ 800, 600);
g_signal_connect (embed->priv->inspector_window,
"delete-event", G_CALLBACK (gtk_widget_hide_on_delete),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]