[nautilus/wip/apoos-maximus/gsoc2020: 73/73] properties-window: Use standard icon size
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/apoos-maximus/gsoc2020: 73/73] properties-window: Use standard icon size
- Date: Sun, 2 Aug 2020 12:33:40 +0000 (UTC)
commit 49d9acc60d866ba7e34901e16f5afa020fdbd5d3
Author: António Fernandes <antoniof gnome org>
Date: Sun Aug 2 09:51:03 2020 +0100
properties-window: Use standard icon size
A previous commit moved the icon from the left to above the basic grid.
This gives space for horizontal expansion, so we can have a
slightly larger icon.
src/nautilus-properties-window.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index fc550e301..387019768 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -411,13 +411,13 @@ get_image_for_properties_window (NautilusPropertiesWindow *window,
if (!icon)
{
- icon = nautilus_file_get_icon (file, NAUTILUS_CANVAS_ICON_SIZE_SMALL, icon_scale,
+ icon = nautilus_file_get_icon (file, NAUTILUS_CANVAS_ICON_SIZE_STANDARD, icon_scale,
NAUTILUS_FILE_ICON_FLAGS_USE_THUMBNAILS |
NAUTILUS_FILE_ICON_FLAGS_IGNORE_VISITING);
}
else
{
- new_icon = nautilus_file_get_icon (file, NAUTILUS_CANVAS_ICON_SIZE_SMALL, icon_scale,
+ new_icon = nautilus_file_get_icon (file, NAUTILUS_CANVAS_ICON_SIZE_STANDARD, icon_scale,
NAUTILUS_FILE_ICON_FLAGS_USE_THUMBNAILS |
NAUTILUS_FILE_ICON_FLAGS_IGNORE_VISITING);
if (!new_icon || new_icon != icon)
@@ -445,7 +445,7 @@ get_image_for_properties_window (NautilusPropertiesWindow *window,
if (icon_pixbuf != NULL)
{
- *icon_pixbuf = nautilus_icon_info_get_pixbuf_at_size (icon, NAUTILUS_CANVAS_ICON_SIZE_SMALL);
+ *icon_pixbuf = nautilus_icon_info_get_pixbuf_at_size (icon, NAUTILUS_CANVAS_ICON_SIZE_STANDARD);
}
g_object_unref (icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]