summaryrefslogtreecommitdiff
path: root/src/nautilus-sidebar-title.c
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-08-30 01:09:11 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-08-30 01:09:11 +0000
commitcf31ee107b9f87139f4b5a7c9a6f5b451b66a2e3 (patch)
tree44961c206c282c72543a78c106584059172adc6f /src/nautilus-sidebar-title.c
parente7beb337f1e525bcc17bfc609b82875332719025 (diff)
downloadnautilus-cf31ee107b9f87139f4b5a7c9a6f5b451b66a2e3.tar.gz
added anti-aliased text to the rpm view, as well as a few other cleanups;
added anti-aliased text to the rpm view, as well as a few other cleanups; changed the command buttons in the property browser back to using non-aa text at Arlo's request; also, put the labels to the category buttons inside the buttons.
Diffstat (limited to 'src/nautilus-sidebar-title.c')
-rw-r--r--src/nautilus-sidebar-title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-sidebar-title.c b/src/nautilus-sidebar-title.c
index 1b3b99696..1174572d7 100644
--- a/src/nautilus-sidebar-title.c
+++ b/src/nautilus-sidebar-title.c
@@ -349,7 +349,7 @@ update_font (NautilusSidebarTitle *sidebar_title)
* factory and be failsafe if the given font is not found.
*/
- /* FIXME bugzilla.eazel.com 2497: Where does the "4" come from? */
+ /* leave 4 pixels of slop so the text doesn't go right up to the edge */
label_font = nautilus_get_largest_fitting_font
(sidebar_title->details->title_text,
GTK_WIDGET (sidebar_title)->allocation.width - 4,