diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 6ea3790c8..9de8feac9 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -530,8 +530,8 @@ ephy_tab_get_size (EphyEmbed *embed, int *width, int *height) { - *width = 100; - *height = 100; + *width = -1; + *height = -1; } static void |