diff options
| author | Christian Persch <chpe@src.gnome.org> | 2007-10-28 22:30:43 +0800 |
|---|---|---|
| committer | Christian Persch <chpe@src.gnome.org> | 2007-10-28 22:30:43 +0800 |
| commit | d70fe359790fdf1441a9161b391590618d10635a (patch) | |
| tree | e5b2148189484d8a11b3bdd150af9267709bdc4a | |
| parent | a95515a311b453e59f9c3baaacd9374d5b9dddc5 (diff) | |
| download | gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.tar gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.tar.gz gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.tar.bz2 gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.tar.lz gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.tar.xz gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.tar.zst gsoc2013-epiphany-d70fe359790fdf1441a9161b391590618d10635a.zip | |
Use -1 as tab size here
svn path=/trunk/; revision=7609
| -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 |
