diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-20 07:32:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-20 07:32:07 +0800 |
commit | a32f3bc82ae2cfc258d890c135bb109febb5f4b7 (patch) | |
tree | 4cbace64113d7f939d914068062d7cd0f7686608 /ChangeLog | |
parent | 1f1f4b78c63f4e5421c223d93c3b23d52dc72c30 (diff) | |
download | gsoc2013-epiphany-a32f3bc82ae2cfc258d890c135bb109febb5f4b7.tar.gz 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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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), |