[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix alignment of icons in notifications

noreply at xfce.org noreply at xfce.org
Tue Jul 12 00:17:15 CEST 2016


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

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit 109c8267d20df40e34f74356bda8e4e87028c672
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Jul 12 00:17:03 2016 +0200

    Fix alignment of icons in notifications
---
 xfce4-notifyd/xfce-notify-window.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index a1470f9..0f73ef4 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -218,7 +218,7 @@ xfce_notify_window_init(XfceNotifyWindow *window)
     gtk_widget_show(tophbox);
     gtk_container_add(GTK_CONTAINER(window), tophbox);
 
-    window->icon_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+    window->icon_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
     gtk_container_set_border_width(GTK_CONTAINER(window->icon_box), 0);
     gtk_box_pack_start(GTK_BOX(tophbox), window->icon_box, FALSE, TRUE, 0);
 
@@ -715,7 +715,6 @@ xfce_notify_window_set_body(XfceNotifyWindow *window,
 
     if(body && *body) {
         gtk_label_set_markup(GTK_LABEL(window->body), body);
-
         gtk_widget_show(window->body);
 
         window->has_body_text = TRUE;

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


More information about the Xfce4-commits mailing list