[nautilus/wip/oholy/gnome-42: 11/41] Revert "properties-window: Set Image pixel size"




commit 63270a75d75d25a15bbbba60b4ff596cc5de7e8b
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Feb 11 14:23:44 2022 +0100

    Revert "properties-window: Set Image pixel size"
    
    This reverts commit 25f65bcef7ef63152fcbab3cb849ae6afbd57d3a.

 src/nautilus-properties-window.c | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 6050683f2..a359a2101 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -456,7 +456,6 @@ update_properties_window_icon (NautilusPropertiesWindow *self)
 {
     g_autoptr (GdkPaintable) paintable = NULL;
     g_autofree char *name = NULL;
-    gint pixel_size;
 
     get_image_for_properties_window (self, &name, &paintable);
 
@@ -465,13 +464,8 @@ update_properties_window_icon (NautilusPropertiesWindow *self)
         gtk_window_set_icon_name (GTK_WINDOW (self), name);
     }
 
-    pixel_size = MAX (gdk_paintable_get_intrinsic_width (paintable),
-                      gdk_paintable_get_intrinsic_width (paintable));
-
     gtk_image_set_from_paintable (GTK_IMAGE (self->icon_image), paintable);
     gtk_image_set_from_paintable (GTK_IMAGE (self->icon_button_image), paintable);
-    gtk_image_set_pixel_size (GTK_IMAGE (self->icon_image), pixel_size);
-    gtk_image_set_pixel_size (GTK_IMAGE (self->icon_button_image), pixel_size);
 }
 
 #if 0 && NAUTILUS_DND_NEEDS_GTK4_REIMPLEMENTATION


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