[nautilus/wip/antoniof/new-list-view-continuation: 14/19] view-item-model: Lower the icon-size limit




commit 1c1572f31f97131a01b39fb8c69abbe7bddbf626
Author: António Fernandes <antoniof gnome org>
Date:   Wed Apr 6 16:19:42 2022 +0100

    view-item-model: Lower the icon-size limit
    
    We are going to use this for the new list view too.

 src/nautilus-view-item-model.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-view-item-model.c b/src/nautilus-view-item-model.c
index 6cc3f54f5..13fecb98c 100644
--- a/src/nautilus-view-item-model.c
+++ b/src/nautilus-view-item-model.c
@@ -152,7 +152,7 @@ nautilus_view_item_model_class_init (NautilusViewItemModelClass *klass)
                                      g_param_spec_int ("icon-size",
                                                        "Icon size",
                                                        "The size in pixels of the icon",
-                                                       NAUTILUS_GRID_ICON_SIZE_SMALL,
+                                                       NAUTILUS_LIST_ICON_SIZE_SMALL,
                                                        NAUTILUS_GRID_ICON_SIZE_LARGEST,
                                                        NAUTILUS_GRID_ICON_SIZE_LARGE,
                                                        G_PARAM_READWRITE | G_PARAM_CONSTRUCT));


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