[nautilus/wip/antoniof/new-list-view-without-expanders: 13/20] view-item: 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-without-expanders: 13/20] view-item: Lower the icon-size limit
- Date: Fri, 10 Jun 2022 19:05:41 +0000 (UTC)
commit ff465c65b2326a3de618627642b4acde0989f7e1
Author: António Fernandes <antoniof gnome org>
Date: Wed Apr 6 16:19:42 2022 +0100
view-item: Lower the icon-size limit
We are going to use this for the new list view too.
src/nautilus-view-item.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-view-item.c b/src/nautilus-view-item.c
index a0bd6444f..768319676 100644
--- a/src/nautilus-view-item.c
+++ b/src/nautilus-view-item.c
@@ -157,7 +157,7 @@ nautilus_view_item_class_init (NautilusViewItemClass *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]