[nautilus/wip/antoniof/new-list-view-continuation: 14/19] 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: 14/19] view-item-model: Lower the icon-size limit
- Date: Sat, 9 Apr 2022 19:01:21 +0000 (UTC)
commit b984bab6d5a325c05e753f66ccc88e5e8db21845
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]