[nautilus/wip/antoniof/new-list-view-continuation: 13/21] view-item-model: Lower the icon-size limit
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/new-list-view-continuation: 13/21] view-item-model: Lower the icon-size limit
- Date: Tue, 31 May 2022 18:11:57 +0000 (UTC)
commit 756b33542f8a5f151f227c6bc10eb9e46c5ebf1a
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]