You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/6_ac_install_patch/xfce-base/thunar/thunar-trashsize.patch

15 lines
605 B

# Calculate format=diff
diff --git a/plugins/thunar-tpa/thunar-tpa.c b/plugins/thunar-tpa/thunar-tpa.c
index 184237c..2841622 100644
--- a/plugins/thunar-tpa/thunar-tpa.c
+++ b/plugins/thunar-tpa/thunar-tpa.c
@@ -259,7 +259,7 @@ thunar_tpa_size_changed (XfcePanelPlugin *panel_plugin,
#if LIBXFCE4PANEL_CHECK_VERSION (4,13,0)
image_size = xfce_panel_plugin_get_icon_size (panel_plugin);
#else
- image_size = size - 2; // fall-back for older panel versions
+ image_size = size - 6; // fall-back for older panel versions
#endif
gtk_image_set_pixel_size (GTK_IMAGE (plugin->image), image_size);