[Xfce4-commits] [apps/xfburn] 28/42: adjusted fill and expand of the welcome buttons

noreply at xfce.org noreply at xfce.org
Tue Oct 15 02:22:11 CEST 2019


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

k   a   t   a   n   a   s   t   e   e   l       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 apps/xfburn.

commit ff6fd328d4757685bebb841c7e71c25a15052a03
Author: Rene Kjellerup <rk.katana.steel at gmail.com>
Date:   Sat Dec 15 09:50:08 2018 -0800

    adjusted fill and expand of the welcome buttons
---
 xfburn/xfburn-welcome-tab.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfburn/xfburn-welcome-tab.c b/xfburn/xfburn-welcome-tab.c
index 882bbdd..e91c73e 100644
--- a/xfburn/xfburn-welcome-tab.c
+++ b/xfburn/xfburn-welcome-tab.c
@@ -191,10 +191,10 @@ create_welcome_button (const gchar *stock, const gchar *text, const gchar *secon
 
   image = gtk_image_new_from_icon_name (stock, GTK_ICON_SIZE_DIALOG);
   hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 20);
-  vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2);
+  vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
 
   gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0);
-  gtk_box_pack_end (GTK_BOX (hbox), vbox, FALSE, FALSE, 0);
+  gtk_box_pack_end (GTK_BOX (hbox), vbox, TRUE, TRUE, 0);
 
   gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);
 

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


More information about the Xfce4-commits mailing list