[Xfce4-commits] [xfce/thunar] 01/01: Fix icon view alignment (Bug #16107)
noreply at xfce.org
noreply at xfce.org
Sat Nov 2 21:06:17 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 4796facff5d721a17271c5146460e27f08e61b4a
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Nov 2 17:05:02 2019 -0300
Fix icon view alignment (Bug #16107)
---
thunar/thunar-icon-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-icon-view.c b/thunar/thunar-icon-view.c
index 5dcc71e..e210fcd 100644
--- a/thunar/thunar-icon-view.c
+++ b/thunar/thunar-icon-view.c
@@ -126,7 +126,7 @@ thunar_icon_view_set_property (GObject *object,
if (G_UNLIKELY (g_value_get_boolean (value)))
{
exo_icon_view_set_orientation (EXO_ICON_VIEW (gtk_bin_get_child (GTK_BIN (standard_view))), GTK_ORIENTATION_HORIZONTAL);
- g_object_set (G_OBJECT (standard_view->name_renderer), "wrap-width", 128, "yalign", 0.5f, "alignment", PANGO_ALIGN_LEFT, NULL);
+ g_object_set (G_OBJECT (standard_view->name_renderer), "wrap-width", 128, "yalign", 0.5f, "xalign", 0.0f, "alignment", PANGO_ALIGN_LEFT, NULL);
/* disconnect the "zoom-level" signal handler, since we're using a fixed wrap-width here */
g_signal_handlers_disconnect_by_func (object, thunar_icon_view_zoom_level_changed, NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list