[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 04/05: Fix bad hyphenation by increasing iconview column width.
noreply at xfce.org
noreply at xfce.org
Wed Feb 12 20:28:47 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 a n n o t a t e d t a g v 2 . 4 . 1
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit ed2a34ba10e9736729a9320a3749038a16429396
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