[Xfce4-commits] <postler:master> Ellipsise and justify the statuslabel

Christian Dywan noreply at xfce.org
Tue Dec 21 21:08:02 CET 2010


Updating branch refs/heads/master
         to 9e2531cae02131daa1d00ad4d3c3ef1f16ae1fed (commit)
       from e9ba401cfa170e2bcfb313e1815f88f152d1c9d2 (commit)

commit 9e2531cae02131daa1d00ad4d3c3ef1f16ae1fed
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Dec 21 20:58:49 2010 +0100

    Ellipsise and justify the statuslabel

 postler/postler-bureau.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 1dece50..8c031f2 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -538,6 +538,8 @@ public class Postler.Bureau : Gtk.Window {
 
         progressbar = new Gtk.ProgressBar ();
         statuslabel = new Gtk.Label ("");
+        statuslabel.justify = Gtk.Justification.CENTER;
+        statuslabel.ellipsize = Pango.EllipsizeMode.END;
         var panebox = new Gtk.VBox (false, 0);
         panebox.border_width = 4;
         panebox.pack_start (folderbox, true, true, 0);



More information about the Xfce4-commits mailing list