aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-06-20 07:32:07 +0800
committerChristian Persch <chpe@src.gnome.org>2004-06-20 07:32:07 +0800
commita32f3bc82ae2cfc258d890c135bb109febb5f4b7 (patch)
tree4cbace64113d7f939d914068062d7cd0f7686608 /ChangeLog
parent1f1f4b78c63f4e5421c223d93c3b23d52dc72c30 (diff)
downloadgsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar
gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar.gz
gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar.bz2
gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar.lz
gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar.xz
gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar.zst
gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.zip
Make tab labels 1/n-th of the window width (n = number of tabs), with a
2004-06-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (sync_label), (tab_label_style_set_cb), (build_tab_label), (ephy_notebook_add_tab): * src/ephy-window.c: (ephy_window_get_tabs): Make tab labels 1/n-th of the window width (n = number of tabs), with a minimum size so they don't get too tiny. Make the tooltip cover the label + favicon, not just the label.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6c05878a..90cb59c10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-06-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (sync_label), (tab_label_style_set_cb),
+ (build_tab_label), (ephy_notebook_add_tab):
+ * src/ephy-window.c: (ephy_window_get_tabs):
+
+ Make tab labels 1/n-th of the window width (n = number of tabs),
+ with a minimum size so they don't get too tiny.
+ Make the tooltip cover the label + favicon, not just the label.
+
2004-06-19 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-notebook.c: (ephy_notebook_move_tab), (move_tab),