diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-03 23:47:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-03 23:47:28 +0800 |
commit | 11e7d40e8fa159a122e4c98b09cfb0cd4902f342 (patch) | |
tree | 3d7b0093cc2b32288d7e9cb0aa462ec60748736f /ChangeLog | |
parent | 6d802e0857acd15eeee35680d780957623375882 (diff) | |
download | gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.tar gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.tar.gz gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.tar.bz2 gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.tar.lz gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.tar.xz gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.tar.zst gsoc2013-epiphany-11e7d40e8fa159a122e4c98b09cfb0cd4902f342.zip |
Use the entry's style's [xy]thickness, not our own. Fixes rendering with
2005-08-03 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-icon-entry.c: (ephy_icon_entry_get_borders),
(ephy_icon_entry_size_allocate):
Use the entry's style's [xy]thickness, not our own.
Fixes rendering with current Clearlooks engine.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-08-03 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-icon-entry.c: (ephy_icon_entry_get_borders), + (ephy_icon_entry_size_allocate): + + Use the entry's style's [xy]thickness, not our own. + Fixes rendering with current Clearlooks engine. + +2005-08-03 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/Makefile.am: A lib/widgets/testiconentry.c: A lib/widgets/ephy-icon-entry.c: |