[Xfce4-commits] [apps/xfdashboard] 02/03: Hopefully a better description of XfdashboardBoxLayout

noreply at xfce.org noreply at xfce.org
Thu Jul 14 09:08:08 CEST 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 6f0ae43ba8324af0e3d60b97b584d8ce584a46e4
Author: Stephan Haller <nomad at froevel.de>
Date:   Wed Jul 13 08:31:55 2016 +0200

    Hopefully a better description of XfdashboardBoxLayout
---
 libxfdashboard/box-layout.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libxfdashboard/box-layout.c b/libxfdashboard/box-layout.c
index c62482e..324582f 100644
--- a/libxfdashboard/box-layout.c
+++ b/libxfdashboard/box-layout.c
@@ -28,12 +28,12 @@
  * @short_description: A layout manager arranging children on a single line
  * @include: xfdashboard/box-layout.h
  *
- * A #ClutterBoxLayout derived layout manager arranging children on a single line
- * which disregards text direction.
+ * The #XfdashboardBoxLayout layout manager is a #ClutterBoxLayout derived layout
+ * manager arranging children on a single line but disregards any text direction.
  *
- * It behave like #ClutterBoxLayout but it enforces a left-to-right layout of
- * all children when set to horizontal orientation. This is the difference of
- * this layout manager to #ClutterBoxLayout.
+ * It behaves like #ClutterBoxLayout but it enforces a left-to-right layout of
+ * all children when set to horizontal orientation. This is the difference of the
+ * #XfdashboardBoxLayout layout manager to the #ClutterBoxLayout layout manager.
  */
 
 #ifdef HAVE_CONFIG_H

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list