[gimp/gtk3-port: 219/229] app: make the statusbar's progress label	visible again
- From: Michael Natterer <mitch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/gtk3-port: 219/229] app: make the statusbar's progress label	visible again
 
- Date: Sat,  5 Jul 2014 01:35:37 +0000 (UTC)
 
commit c9152a02baaf9144e0a646351fe16d30833f421b
Author: Michael Natterer <mitch gimp org>
Date:   Sat Feb 18 14:55:57 2012 +0100
    app: make the statusbar's progress label visible again
    
    and remove setting of removed align properties. The label alignment is
    broken now until that feature comes back to gtk+.
 app/display/gimpstatusbar.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/app/display/gimpstatusbar.c b/app/display/gimpstatusbar.c
index cab3a95..a347c16 100644
--- a/app/display/gimpstatusbar.c
+++ b/app/display/gimpstatusbar.c
@@ -244,9 +244,8 @@ gimp_statusbar_init (GimpStatusbar *statusbar)
                           statusbar);
 
   statusbar->progressbar = g_object_new (GTK_TYPE_PROGRESS_BAR,
-                                         "text-xalign", 0.0,
-                                         "text-yalign", 0.5,
-                                         "ellipsize",   PANGO_ELLIPSIZE_END,
+                                         "show-text", TRUE,
+                                         "ellipsize", PANGO_ELLIPSIZE_END,
                                          NULL);
   gtk_box_pack_start (GTK_BOX (hbox), statusbar->progressbar, TRUE, TRUE, 0);
   /*  don't show the progress bar  */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]