diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-27 04:48:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-27 04:48:17 +0800 |
commit | 5e3450ce9ad693b6c9cc987e4b606a48c399be2b (patch) | |
tree | 1036227ba2eee117a444d681a2d325aac9cec206 /ChangeLog | |
parent | 2304764f197dc76a5b2fe80f682d906b3fa25eed (diff) | |
download | gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.tar gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.tar.gz gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.tar.bz2 gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.tar.lz gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.tar.xz gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.tar.zst gsoc2013-epiphany-5e3450ce9ad693b6c9cc987e4b606a48c399be2b.zip |
Use the tab label's outer hbox for the size calculation instead of the
2005-09-26 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (tab_label_style_set_cb),
(build_tab_label):
Use the tab label's outer hbox for the size calculation instead
of the label itself. Fixes size oscillations with the Tab States
extension.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-26 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-notebook.c: (tab_label_style_set_cb), + (build_tab_label): + + Use the tab label's outer hbox for the size calculation instead + of the label itself. Fixes size oscillations with the Tab States + extension. + 2005-09-26 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-lockdown.c: (update_window): |