[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/02: Fix bad hyphenation by increasing iconview column width.
    noreply at xfce.org 
    noreply at xfce.org
       
    Wed Feb 12 18:21:27 CET 2020
    
    
  
This is an automated email from the git hooks/post-receive script.
g   o   t   t   c   o   d   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 panel-plugins/xfce4-whiskermenu-plugin.
commit 321f379ac3452129372b78051da8c8d5336f3bb4
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Feb 12 08:52:17 2020 -0500
    Fix bad hyphenation by increasing iconview column width.
---
 panel-plugin/icon-renderer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/icon-renderer.cpp b/panel-plugin/icon-renderer.cpp
index ca0fe46..0e9db5c 100644
--- a/panel-plugin/icon-renderer.cpp
+++ b/panel-plugin/icon-renderer.cpp
@@ -57,7 +57,7 @@ static void whiskermenu_icon_renderer_get_preferred_width(GtkCellRenderer* rende
 
 	if (icon_renderer->stretch)
 	{
-		width += 76 - (icon_renderer->size / 2);
+		width += 76 - (icon_renderer->size / 4);
 		if (natural)
 		{
 			*natural = (width * 2) - 1;
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list