summaryrefslogtreecommitdiff
path: root/src/nautilus-icon-info.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-07 21:51:52 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-02-14 16:24:22 +0100
commit76462f07eec0ffbbec1a4937eb3a1efe822c7325 (patch)
tree11471250622565853fade6ed3df16ddf93a06840 /src/nautilus-icon-info.h
parent1ddae80f000104ac053ebc9fb8925082b348cdd9 (diff)
downloadnautilus-wip/csoriano/flow.tar.gz
views: Add flow box based viewwip/csoriano/flow
After all the rework on the window slots, views, and splitting the desktop, we can go ahead and use a flow box based view for Nautilus. This is just a prototype.
Diffstat (limited to 'src/nautilus-icon-info.h')
-rw-r--r--src/nautilus-icon-info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-icon-info.h b/src/nautilus-icon-info.h
index f034ba8ae..65e3abb5d 100644
--- a/src/nautilus-icon-info.h
+++ b/src/nautilus-icon-info.h
@@ -38,10 +38,10 @@ typedef enum {
#define NAUTILUS_LIST_ICON_SIZE_LARGE 48
#define NAUTILUS_LIST_ICON_SIZE_LARGER 64
-#define NAUTILUS_CANVAS_ICON_SIZE_SMALL 48
+#define NAUTILUS_CANVAS_ICON_SIZE_SMALL 32
#define NAUTILUS_CANVAS_ICON_SIZE_STANDARD 64
#define NAUTILUS_CANVAS_ICON_SIZE_LARGE 96
-#define NAUTILUS_CANVAS_ICON_SIZE_LARGER 128
+#define NAUTILUS_CANVAS_ICON_SIZE_LARGER 256
/* Maximum size of an icon that the icon factory will ever produce */
#define NAUTILUS_ICON_MAXIMUM_SIZE 320