[nautilus] canvas-item: fix an incorrect comment



commit 9099ce60ac61248276832bead0592e4cc19b17f0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jan 21 17:43:05 2015 -0800

    canvas-item: fix an incorrect comment
    
    This size is based off the NAUTILUS_CANVAS_ICON_SIZE_STANDARD icon size.

 libnautilus-private/nautilus-canvas-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-canvas-item.c b/libnautilus-private/nautilus-canvas-item.c
index 88d4bae..916d29e 100644
--- a/libnautilus-private/nautilus-canvas-item.c
+++ b/libnautilus-private/nautilus-canvas-item.c
@@ -49,7 +49,7 @@
 #define LABEL_OFFSET 1
 #define LABEL_LINE_SPACING 0
 
-/* Width of the label with the standard icon size NAUTILUS_CANVAS_ICON_SIZE_SMALL.
+/* Width of the label with the standard icon size NAUTILUS_CANVAS_ICON_SIZE_STANDARD.
  * It will adapt to other sizes keeping the same space.*/
 #define MAX_TEXT_WIDTH_STANDARD 110
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]