[Xfce4-commits] [xfce/xfce4-panel] 01/01: systray: Fix alignment of single non-square items (Bug #9095)
noreply at xfce.org
noreply at xfce.org
Wed Jun 21 23:51:08 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-panel.
commit 4ab55dd6baed42d8b4440a786fa5d28394721f30
Author: Max <python.max at gmail.com>
Date: Wed Jun 21 23:49:58 2017 +0200
systray: Fix alignment of single non-square items (Bug #9095)
---
plugins/systray/systray-box.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
index 5505ec5..88c4a14 100644
--- a/plugins/systray/systray-box.c
+++ b/plugins/systray/systray-box.c
@@ -362,6 +362,7 @@ systray_box_get_preferred_length (GtkWidget *widget,
}
cells += ratio;
+ box->n_visible_children++;
continue;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list